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