issues
search
testing-cabal
/
unittest-ext
Automatically exported from code.google.com/p/unittest-ext
2
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
setup.py should list setuptools in install_requires
#103
jsmolic
closed
4 years ago
1
pytest/unittest2 race condition between setUp and tearDown, inbetween tests in a TestCase (likely gc related)
#102
drfloob
opened
5 years ago
1
Custom version number class in setup.py breaks pip wheel
#101
exarkun
opened
7 years ago
4
issue tracker link on pypi description is wrong
#100
exarkun
opened
7 years ago
0
setuptools fails to install unittest2 with test_requires on Windows
#99
anthrotype
opened
8 years ago
0
extras_require key breaks setup.py with older setuptools
#98
mcepl
closed
8 years ago
2
UnicodeDecodeError at _run_module_as_main
#97
mcepl
opened
8 years ago
4
Including LICENSE file in the code repository
#96
chkumar246
closed
9 years ago
11
Test modules that fail to import should not stop discovery
#95
GoogleCodeExporter
closed
9 years ago
1
unittest2 should have versioned dependency on six
#94
GoogleCodeExporter
closed
9 years ago
1
unittest2 not compatible with unittest result objects.
#93
GoogleCodeExporter
opened
9 years ago
4
numerics should include truediv
#92
GoogleCodeExporter
closed
9 years ago
3
unittest2 0.8.0 cannot be imported
#91
GoogleCodeExporter
opened
9 years ago
1
assertRaises contextManager behaves differently in python 2.6
#90
GoogleCodeExporter
opened
9 years ago
1
Critical Bug - Django tests cannot be loaded with unittest 2 0.8.0
#89
GoogleCodeExporter
opened
9 years ago
3
Fix dependency on argparse
#88
GoogleCodeExporter
closed
9 years ago
2
pypi: can't install unittest2-0.8.0 in --user mode
#87
GoogleCodeExporter
opened
9 years ago
4
PyPI long description is out of date
#86
GoogleCodeExporter
opened
9 years ago
1
unittest 0.7.1 fails (exitcode 1) when there are no errors
#85
GoogleCodeExporter
opened
9 years ago
5
Custom version number class in setup.py breaks pip wheel
#84
GoogleCodeExporter
closed
9 years ago
3
unittest 0.7.0 fails when previous versions worked
#83
GoogleCodeExporter
closed
9 years ago
4
Unable to use custom test loader when using discover
#82
GoogleCodeExporter
opened
9 years ago
2
Make unittest2 support Python 2 and Python 3 with single code base
#81
GoogleCodeExporter
opened
9 years ago
9
Pull CPython sources from Mercurial (hg) instead of Subversion (svn)
#80
GoogleCodeExporter
closed
9 years ago
4
setUpClass/teadDownClass not called by dicover with py2.6
#79
GoogleCodeExporter
closed
9 years ago
2
Idea: support assertItemsUnique
#78
GoogleCodeExporter
closed
9 years ago
4
Follow pep8 naming conventions.
#77
GoogleCodeExporter
closed
9 years ago
1
Port change that addresses "Test cases not garbage collected after run" from http://bugs.python.org/issue11798
#76
GoogleCodeExporter
closed
9 years ago
2
TestCase.assertNotEqual docstring correction
#75
GoogleCodeExporter
closed
9 years ago
1
docstring for msg override behaviour in case.py is incorrect
#74
GoogleCodeExporter
opened
9 years ago
1
Skip decorator on mixin test class
#73
GoogleCodeExporter
closed
9 years ago
1
calls str(testcase) rather than id() or shortDescription()
#72
GoogleCodeExporter
opened
9 years ago
3
"from unittest2 import FunctionTestClass" and "unittest2.collector" are incompatible
#71
GoogleCodeExporter
closed
9 years ago
4
If you raise a string (in 2.4), unittest2.main will just stop.
#70
GoogleCodeExporter
closed
9 years ago
2
Running tests inside a package by module name fails
#69
GoogleCodeExporter
opened
9 years ago
0
unittest2's loadTestFromName() can't load test cases derived from unittest.TestCase
#68
GoogleCodeExporter
opened
9 years ago
7
compatibility.wraps is incomplete
#67
GoogleCodeExporter
closed
9 years ago
2
Change type equality dict to normal dict plus getattr
#66
GoogleCodeExporter
opened
9 years ago
0
unittest2 0.5.1 fails tests with Python 3.3
#65
GoogleCodeExporter
closed
9 years ago
3
Strangeness with @unittest2.skip
#64
GoogleCodeExporter
closed
9 years ago
5
assertRaises as a context manager should accept a 'msg' keyword argument.
#63
GoogleCodeExporter
opened
9 years ago
0
assertEqual memory issues with large text inputs
#62
GoogleCodeExporter
opened
9 years ago
0
unittest2.TestCase: setUp and tearDown don't call up to their parent class using super
#61
GoogleCodeExporter
closed
9 years ago
1
unittest skip tests, expected failures (etc) may not be recognised by unittest2
#60
GoogleCodeExporter
opened
9 years ago
3
Dict assertEqual is rather unhelpful when keys are missing (or extra keys are present)
#59
GoogleCodeExporter
opened
9 years ago
1
setupclass / teardownclass don't work with stdout buffering
#58
GoogleCodeExporter
opened
9 years ago
1
TestCase.run should return TestResult
#57
GoogleCodeExporter
closed
9 years ago
1
Make /usr/bin/unit2-[2|3] part of the standard install
#56
GoogleCodeExporter
opened
9 years ago
2
Python 3.2 method renaming / changes
#55
GoogleCodeExporter
closed
9 years ago
3
Enable warnings by default in unittest
#54
GoogleCodeExporter
opened
9 years ago
3
Next