rbackup/tests/test_snapshot.py
2019-04-10 19:23:17 -07:00

12 lines
237 B
Python

"""
.. author:: Eric Torres
Unit tests for the rbackup.struct.snapshot module.
"""
# ========== Constants ==========
TESTING_PACKAGE = "rbackup.struct"
TESTING_MODULE = f"{TESTING_PACKAGE}.snapshot"
# ========== Unit Tests ==========