nosetests
Is there a way to make freshen tests fail on undefined tests?
By default when I run a freshen scenario, which contains an undefin开发者_运维百科ed given/when/then clause, that test is simply marked as undefined. No further helpful message as to what actually isn[详细]
2023-01-11 22:07 分类:问答How to use nose with IronPython?
I installed nose using the \'setup.py install\' on the command line , I am able to run \'nosetests\' and any python file matching testMatch regular expression is picked up and tests are automated in t[详细]
2023-01-06 13:36 分类:问答Using gaetestbed within virtualenv
I\'d like to give GAE Testbed a try, but am running into the following error after completing the instructions on its homepage.[详细]
2023-01-06 06:57 分类:问答Getting tests to parallelize using nose in python
I have a directory with lots of .py files (say test_1.py, test_2.py and so on) Each one of them is written properly to be used with nose. So when I run nosetests script, it finds all the tests in all[详细]
2023-01-04 11:37 分类:问答Unit testing authorization in a Pylons app fails; cookies aren't been correctly set or recorded
I\'m having an issue running unit tests for authorization in a Pylons app. It appears as though certain cookies set in the test case may not be correctly written or parsed. Cookies work fine when hitt[详细]
2022-12-28 06:56 分类:问答"No source for code" message in Coverage.py
I ran a build last night, successfully. I got up this morning and ran another without changing any configuration or modifying any source code. Now my build is failing with the message \"No source for[详细]
2022-12-21 21:17 分类:问答