]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Document better way to use unittests.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Fri, 20 Oct 2017 22:09:41 +0000 (22:09 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Fri, 20 Oct 2017 22:09:41 +0000 (22:09 +0000)
git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2708 7aebc617-e5e2-0310-91dc-80fb5f6d2477

tests/test_wradmin.py

index 6d942e41244785e745989bbc659733c90e7c441c..3ae1861591635e44a326471950517f510c1193c4 100644 (file)
@@ -1,6 +1,6 @@
 """How to test wradmin:
 
-WRADMIN_SETTINGS=../wradmin/test.cfg python3 -m unittest tests/test_wradmin.py
+WRADMIN_SETTINGS=../wradmin/test.cfg python3 -m unittest tests.test_wradmin
 """
 import unittest
 import xml.etree.ElementTree as et