rbackup/tests/test_snapshot.py

12 lines
237 B
Python
Raw Normal View History

"""
.. author:: Eric Torres
2019-04-10 19:23:17 -07:00
Unit tests for the rbackup.struct.snapshot module.
"""
# ========== Constants ==========
2019-04-10 18:03:58 -07:00
TESTING_PACKAGE = "rbackup.struct"
TESTING_MODULE = f"{TESTING_PACKAGE}.snapshot"
2019-03-29 15:26:35 -07:00
# ========== Unit Tests ==========