I'm trying to figure out how to get python setup.py test to run the equivalent of python -m unittest …
python unit-testing nose pytest unittest2This is a problem that came up when performing a single test that had multiple independent failure modes, due to …
python unit-testing testing unittest2Python's unittest discover does not find my tests! I have been using nose to discover my unit tests and it …
python unit-testing nose unittest2How can you get unittest2 and coverage.py working together? In theory something like coverage run unit2 discover should work, …
python code-coverage unittest2I was looking at similar questions and I couldn't find an answer to my problem. I wrote Tests in a …
python python-unittest unittest2In test.py, I am trying to import test_data: import unittest2 import re from test_data import receipt1_example …
python import virtualenv pycharm unittest2