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