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

### Environment Information: Windows 10, 32Gb Ram, [email protected] and python and 3.9.1 and also tested with python 3.9.7 ### Bug: I've encountered a reproducible memory Error: `$ nosetests --with-coverage --cover-min-percentage=0...

``` $ nosetests --plugins Traceback (most recent call last): File "/usr/local/bin/nosetests", line 3, in from nose import main File "/usr/local/lib/python3.9/site-packages/nose/__init__.py", line 1, in from nose.core import collector, main, run, run_exit,...

hi,everyone my nosetests version is 0.10.4. when i excute the nosetests -v -s --with-xunit command display nosetests: error: no such option: --with-xunit on the linux terminal what should I do...

collections.Callable that has been used in _set_tests has become collections.abc.Callable is simple change can run it higher versions of python As one instance you can find it in _set_tests if...

Hi guys Thanks for creating `nose` it is an awesome tool. I have just created this issue as an informational one for the people who need to keep nose alive...

Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@h2oa) has found a potential issue, which I would be eager to share with...

Compilation of nose 1.3.7 on fails on python 3.12 due to changes in syntax of "except" statements. See: https://stackoverflow.com/questions/70648404/syntaxerror-multiple-exception-types-must-be-parenthesized All statements with this syntax: except NameError, nameerror: Need to be...