Imports and docstring cleanups

This commit is contained in:
Eric Torres
2019-04-10 19:23:17 -07:00
parent 0845d6f00d
commit f98e3397ce
3 changed files with 17 additions and 11 deletions

View File

@@ -1,17 +1,11 @@
"""
.. author:: Eric Torres
Unit tests for the Snapshot class.
Unit tests for the rbackup.struct.snapshot module.
"""
import doctest
import unittest
from rbackup.struct.snapshot import Snapshot
# ========== Constants ==========
TESTING_PACKAGE = "rbackup.struct"
TESTING_MODULE = f"{TESTING_PACKAGE}.snapshot"
# ========== Unit Tests ==========