Remove doctest run code

This commit is contained in:
Eric Torres
2019-04-10 18:00:47 -07:00
parent ec7da672f0
commit 666449156c
4 changed files with 2 additions and 25 deletions

View File

@@ -12,10 +12,5 @@ from rbackup.struct.snapshot import Snapshot
TESTING_MODULE = "rbackup.struct.snapshot"
# ========== Functions ==========
def load_tests(loader, tests, ignore):
tests.addTests(doctest.DocTestSuite(TESTING_MODULE))
return tests
# ========== Unit Tests ==========