12 lines
243 B
Python
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 ==========
|