Correct coverage comment

This commit is contained in:
AxelC
2019-07-09 09:12:17 +02:00
parent 3c6791e65f
commit eb60a5e2ad

View File

@@ -66,11 +66,9 @@ if __name__ == '__main__':
#
# coverage run CardListTest.py
# coverage report
# coverage html
# coverage purge
#
# TODO see the use of --omit CardListTest.py
# coverage report --omit CardListTest.py
# coverage html --omit CardListTest.py
# coverage erase
#
unittest.main()