Clarify that disc_filler is no unittest
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 22 May 2018 10:11:34 +0000 (12:11 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 22 May 2018 10:49:57 +0000 (12:49 +0200)
test/disc_filler_test.py

index a0bb4c5..74f012f 100755 (executable)
@@ -22,6 +22,8 @@
 
 Indulge in the luxury of assuming we have python3 here ;-)
 
+*NOT* a unittest (unittest discover only finds tests in files test_*.py).
+
 .. codeauthor:: Intra2net
 """
 
@@ -32,6 +34,7 @@ from os import fstatvfs
 
 from test_helpers import disc_fill_checked
 
+
 def main(test_dir):
     """ Main function, called when running file as script """