Move tests package to rbackup.tests

This commit is contained in:
Eric Torres
2019-03-27 22:06:46 -07:00
parent 46aa2c44eb
commit aea24e2b6e
4 changed files with 0 additions and 0 deletions

View File

@@ -1,10 +0,0 @@
import doctest
# ========== Constants ==========
TESTING_MODULE = "rbackup.hierarchy.hierarchy"
# ========== Functions ==========
def load_tests(loader, tests, ignore):
tests.addTests(doctest.DocTestSuite(TESTING_MODULE))
return tests