Re: @unittest.skip doesn't print anything in Python <= 3.7

2021-02-15 Thread אורי
Hi Terry, Shai Berger found the bug and replied in Stack Overflow. Thanks, Uri. אורי u...@speedy.net On Fri, Feb 12, 2021 at 11:36 PM Terry Reedy wrote: > On 2/11/2021 3:25 PM, אורי wrote: > > Hi, > > > > > https://stackoverflow.com/questions/66161394/unittest-skip-doesnt-print-anything-in-py

Re: @unittest.skip doesn't print anything in Python <= 3.7

2021-02-12 Thread Terry Reedy
On 2/11/2021 3:25 PM, אורי wrote: Hi, https://stackoverflow.com/questions/66161394/unittest-skip-doesnt-print-anything-in-python-3-7 We are using Django with unittest. Some tests are skipped with the @unittest.skip decorator. But if I run the tests with Python 3.6 or 3.7, I get a number of test

@unittest.skip doesn't print anything in Python <= 3.7

2021-02-11 Thread אורי
Hi, https://stackoverflow.com/questions/66161394/unittest-skip-doesnt-print-anything-in-python-3-7 We are using Django with unittest. Some tests are skipped with the @unittest.skip decorator. But if I run the tests with Python 3.6 or 3.7, I get a number of tests passed (Ran 993 tests / OK), and i