nose icon indicating copy to clipboard operation
nose copied to clipboard

nose is nicer testing for python

Results 107 nose issues
Sort by recently updated
recently updated
newest added

To get the solution for https://github.com/nose-devs/nose/issues/1050 **Use Case** ```nosetests {test_path} --matchMethod={val}``` This will try to match on methods only (not applying the same regex on Files/Dir/module etc.) so now user...

Hi, I have this genty dataset: `_IP_UNMATCHED_DATA = ( ('2001:6:0:0:0:0:0:0'), ('2001:5:0:0:0:0:0:0') )` and this test code: `@genty_dataset(*_IP_UNMATCHED_DATA) def test_ipv6(self, ip): assert ip == ip, "Wrong"` When I try to run...

If one test module imports another, then `nosetests` will import the same module twice; once as the proper `tests.full.path.name` and once as just `name`. To replicate, `mkdir tests`, then write...

These misspellings were found using [mwic](http://jwilk.net/software/mwic).

Found those broken links when reading the docs. The googlecode ones seemed straightforward enough. About jottit, I do not know this service, and maybe it's just a temporary failure. If...

Hi, I have a test-case with attributes set through @attr way. The nose tests identifies it and executes it correctly. however, I want to do some action if the test...

Hi, there. I mounted a windows partition or windows folder in Arch Linux. Then I moved my project into the windows folder. I ran the script `nosetests`, and it showed...

Currently when I try to install nose with pip, I'm getting the following error: ``` $ pip install -U nose Collecting nose Using cached nose-1.3.7-py2-none-any.whl Installing collected packages: nose Exception:...

This may have been reported before: #567, #250, #41 However, these bug reports are very old and the problem still exists, even though it is mentioned in some that it...