14
0
2021-10-13 12:10:22 +00:00
committed by Git OBS Bridge
parent 0e5d39f4e1
commit a7ca67a034
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 13 12:10:13 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Make tests verbose
-------------------------------------------------------------------
Tue Oct 5 12:40:02 UTC 2021 - pgajdos@suse.com

View File

@@ -92,7 +92,7 @@ sed -i 's:import mock:import unittest.mock as mock:' src/zope/testbrowser/tests/
%check
%if %{with test}
cd src
%pyunittest zope/testbrowser/tests/test_*.py
%pyunittest -v zope/testbrowser/tests/test_*.py
# TODO doctests
%endif