Rename README and hierarchy package to decrease verbosity

This commit is contained in:
Eric Torres
2019-04-09 17:45:38 -07:00
parent 8dcf25920d
commit ea0a629fd9
8 changed files with 71 additions and 35 deletions

View File

@@ -6,10 +6,10 @@ Unit tests for the Snapshot class.
import doctest
import unittest
from rbackup.hierarchy.snapshot import Snapshot
from rbackup.struct.snapshot import Snapshot
# ========== Constants ==========
TESTING_MODULE = "rbackup.hierarchy.snapshot"
TESTING_MODULE = "rbackup.struct.snapshot"
# ========== Functions ==========