""" .. author:: Eric Torres Unit tests for the Snapshot class. """ import doctest import unittest from rbackup.struct.snapshot import Snapshot # ========== Constants ========== TESTING_PACKAGE = "rbackup.struct" TESTING_MODULE = f"{TESTING_PACKAGE}.snapshot" # ========== Unit Tests ==========