Imports and docstring cleanups
This commit is contained in:
@@ -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 ==========
|
||||
|
Reference in New Issue
Block a user