rbackup/tests/test_snapshot.py
2019-04-14 14:56:09 -07:00

12 lines
243 B
Python

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