Changes between Version 3 and Version 4 of Ticket #21206, comment 7
- Timestamp:
- Oct 2, 2013, 12:19:06 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21206, comment 7
v3 v4 1 Hi! Thank you! Sorry for posting wrong second argument! In my case the command did actually try to run all the tests in the directory provided as first argument (before posting the previous reply I have tried to add real test methods to the test class and did insure that they do run, just as a sanity check). Still, I didn't perform enough research. My bad. :P1 Hi! Thank you! Sorry for posting wrong second argument! In my case the command `python -m unittest discover $(pwd) test.EmptyTestCase` did actually try to run all the tests in the directory provided as first argument (before posting the previous reply I have tried to add real test methods to the test class and did insure that they do run, just as a sanity check). Still, I didn't perform enough research. My bad. :P 2 2 3 It looks like 4