From: Christian Herdtweck Date: Tue, 22 May 2018 10:11:34 +0000 (+0200) Subject: Clarify that disc_filler is no unittest X-Git-Tag: v1.2^2~1 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=deaab6cfc577545df98c2815abf6936dd1ece540;p=pyi2ncommon Clarify that disc_filler is no unittest --- diff --git a/test/disc_filler_test.py b/test/disc_filler_test.py index a0bb4c5..74f012f 100755 --- a/test/disc_filler_test.py +++ b/test/disc_filler_test.py @@ -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 """