GitHub / testing-cabal/unittest-ext issues and pull requests
#100 - issue tracker link on pypi description is wrong
Issue -
State: open - Opened by exarkun about 8 years ago
Labels: bug, help wanted
#99 - setuptools fails to install unittest2 with test_requires on Windows
Issue -
State: open - Opened by anthrotype almost 9 years ago
#98 - extras_require key breaks setup.py with older setuptools
Issue -
State: closed - Opened by mcepl over 9 years ago
- 2 comments
#97 - UnicodeDecodeError at _run_module_as_main
Issue -
State: open - Opened by mcepl over 9 years ago
- 4 comments
#96 - Including LICENSE file in the code repository
Issue -
State: closed - Opened by chkumar246 almost 10 years ago
- 11 comments
#95 - Test modules that fail to import should not stop discovery
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#94 - unittest2 should have versioned dependency on six
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#93 - unittest2 not compatible with unittest result objects.
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 4 comments
#92 - numerics should include truediv
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#91 - unittest2 0.8.0 cannot be imported
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#90 - assertRaises contextManager behaves differently in python 2.6
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#89 - Critical Bug - Django tests cannot be loaded with unittest 2 0.8.0
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#88 - Fix dependency on argparse
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#87 - pypi: can't install unittest2-0.8.0 in --user mode
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 4 comments
#86 - PyPI long description is out of date
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#85 - unittest 0.7.1 fails (exitcode 1) when there are no errors
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 5 comments
#84 - Custom version number class in setup.py breaks pip wheel
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#83 - unittest 0.7.0 fails when previous versions worked
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 4 comments
#82 - Unable to use custom test loader when using discover
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#81 - Make unittest2 support Python 2 and Python 3 with single code base
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 9 comments
#80 - Pull CPython sources from Mercurial (hg) instead of Subversion (svn)
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 4 comments
#79 - setUpClass/teadDownClass not called by dicover with py2.6
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#78 - Idea: support assertItemsUnique
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 4 comments
#77 - Follow pep8 naming conventions.
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#76 - Port change that addresses "Test cases not garbage collected after run" from http://bugs.python.org/issue11798
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#75 - TestCase.assertNotEqual docstring correction
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#74 - docstring for msg override behaviour in case.py is incorrect
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#73 - Skip decorator on mixin test class
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#72 - calls str(testcase) rather than id() or shortDescription()
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#71 - "from unittest2 import FunctionTestClass" and "unittest2.collector" are incompatible
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 4 comments
#70 - If you raise a string (in 2.4), unittest2.main will just stop.
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#69 - Running tests inside a package by module name fails
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
#68 - unittest2's loadTestFromName() can't load test cases derived from unittest.TestCase
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 7 comments
#67 - compatibility.wraps is incomplete
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#66 - Change type equality dict to normal dict plus getattr
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
#65 - unittest2 0.5.1 fails tests with Python 3.3
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#64 - Strangeness with @unittest2.skip
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 5 comments
#63 - assertRaises as a context manager should accept a 'msg' keyword argument.
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
#62 - assertEqual memory issues with large text inputs
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
#61 - unittest2.TestCase: setUp and tearDown don't call up to their parent class using super
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#60 - unittest skip tests, expected failures (etc) may not be recognised by unittest2
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#59 - Dict assertEqual is rather unhelpful when keys are missing (or extra keys are present)
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#58 - setupclass / teardownclass don't work with stdout buffering
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#57 - TestCase.run should return TestResult
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#56 - Make /usr/bin/unit2-[2|3] part of the standard install
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#55 - Python 3.2 method renaming / changes
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#54 - Enable warnings by default in unittest
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#53 - unittest2py3k needs the unittestgui
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#52 - unittest.TestCase should be instantiable without a method name
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
#51 - TextTestRunner default stream should be set on initialisation and not at import time
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
#50 - TestCase.longMessage should default to True
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#49 - Test discovery does not work with jython
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
#48 - Deprecation warnings
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#47 - Include unittestgui in unittest2
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#46 - assertRaises as a context manager keeps tracebacks and frames alive
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#45 - unittest's assertItemsEqual() method makes too many assumptions about its input
Issue -
State: open - Opened by GoogleCodeExporter over 10 years ago
- 5 comments
#44 - assertWarns and assertWarnsRegexp
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 6 comments
#43 - TestLoader.discover docstring
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#42 - Can't pickle unittest.TestCase instances
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#41 - SkipTest in tearDown is reported an as an error
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 4 comments
#40 - JunitXml plugin will not work on python versions < 2.7
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#39 - loading the JunitXml plugin causes an exception
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#38 - Unused parameter max_diff in TestCase.assertSequenceEqual
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#37 - unittest2py3k: backport the "__call__ fix" for TestSuite
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#36 - unittest2py3k: remove keyword only argument from assert[Not]AlmostEqual
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#35 - Implement issue 10164 from Python unittest: assertBytesEqual
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#34 - sorted_list_difference is not used and should be deprecated
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#33 - setup.py doesn't install unittest2.plugins
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#32 - Add assertWarns and assertWarnsRegexp
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#31 - 'pip install unittest2' is getting the python2.3 source
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 4 comments
#30 - Long traceback if test specified at the command line doesn't exist
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#29 - Failed module loading loses traceback
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#28 - unittest2 should catch the SystemExit exception and report a failure
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#27 - assertEqual reports wrong difference for equal Decimals in list
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#26 - Fix for comparing single line strings with assertMultiLineEqual
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#25 - Enhance setuptools test collector
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#24 - assertItemsEqual doesn't work for items without a sort() method
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#23 - unittest2/case.py: possible typo: _TyepEqualityDict -> _TypeEqualityDict
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#22 - Reporting unexpected successed
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#21 - exploding setup ignores expectedFailure
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 6 comments
#20 - Add a unit2-<python-version script>
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#19 - TestCase.assertDatetimeAlmostEqual
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#18 - Handle filename extension in unit2 command-line.
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 7 comments
#17 - cruft left in unittest2-0.4.2 tarball
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#16 - Don't patch os.path.relpath
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#15 - Tests fail on upcoming 2.7
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#14 - <unprintable AssertionError object> message in unittest tracebacks
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#13 - Document that the -p argument on Windows should not use quotes
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#12 - Support setuptools entry points for unit2 scripts
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#11 - Use special type equality methods in recursion
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#10 - Test failures with nosetests
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#9 - assertAlmostEqual should support "epsilon" comparison as well as rounding.
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 6 comments
#8 - error inside load_tests will kill test run
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#7 - msg argument to assert* method is concatenated before calling repr, unicode or str.
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment
#6 - randomize suite method
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#5 - Integrate ast assertions with simpletest
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#4 - Capture stdout and only echo to real stdout on test failure
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 2 comments
#3 - Not all assert* methods have negative complements
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#2 - unittest2: add current working directory to sys.path in unit2
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 3 comments
#1 - Test modules that fail to import should not stop discovery
Issue -
State: closed - Opened by GoogleCodeExporter over 10 years ago
- 1 comment