mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Changed default verbosity
This commit is contained in:
parent
0dfaa7881d
commit
f82383e44f
@ -47,5 +47,5 @@ if __name__ == '__main__':
|
|||||||
files = glob.glob(os.path.join('test', '*_test.py'))
|
files = glob.glob(os.path.join('test', '*_test.py'))
|
||||||
names = [os.path.splitext(os.path.basename(file))[0] for file in files]
|
names = [os.path.splitext(os.path.basename(file))[0] for file in files]
|
||||||
suite = unittest.defaultTestLoader.loadTestsFromNames(names)
|
suite = unittest.defaultTestLoader.loadTestsFromNames(names)
|
||||||
runner = unittest.TextTestRunner(verbosity=1)
|
runner = unittest.TextTestRunner(verbosity=2)
|
||||||
runner.run(suite)
|
runner.run(suite)
|
||||||
|
Loading…
Reference in New Issue
Block a user