nose icon indicating copy to clipboard operation
nose copied to clipboard

nose is nicer testing for python

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

As of Python 3.10, collections.Callable as been replaced with collections.abs.Callable. This will make nose crash with an AttributeError.

Hi, I tried to use -a and -A below at same time, looks like NOSE_EVAL_ATTR takes precedence over NOSE_ATTR, the -a ATTR has been ignored. Is it by design? is...

According to [the file system hierarchy man page](https://www.man7.org/linux/man-pages/man7/hier.7.html) man pages should go to `/usr/share/man` not `/usr/man` as set in your [`setup.py`](https://github.com/nose-devs/nose/blob/master/setup.py#L109). Replace `man/man1` with `share/man/man1` in that line. This came...

The distributed version of `nose` looks like this: ```python def _set_tests(self, tests): self._precache = [] is_suite = isinstance(tests, unittest.TestSuite) if isinstance(tests, collections.Callable) and not is_suite: ``` The same code in...

``` Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.9/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/fruch/Projects/scylla-dtest/.venv39/lib/python3.9/site-packages/nose/__main__.py", line 8, in run_exit()...

non-symmetric path manipulations (normcase(realpath()) vs realpath(normcase)) caused problem with finding tests on Windows and must be unified. fix for issue #1106

nose doesn't work with Python 3.11: ```console $ python3.11 -m nose Traceback (most recent call last): File "/home/jwilk/.local/lib/python3.11/site-packages/nose/result.py", line 14, in from unittest.runner import _TextTestResult ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ImportError: cannot import name...

nose build failed. ``` error in nose setup command: use_2to3 is invalid. ``` dependency: setuptools: 58.0.2 From setuptools v58.0.0, the `use_2to3` option is no longer sopported. https://github.com/pypa/setuptools/commit/9f75850ec2455718c4c470c16c4c15139deef624