Simple Test HarnessΒΆ
OverviewΒΆ
tests/simple_test.py provides a bare-bones smoke test that verifies the
package imports cleanly and exposes a version number. It is designed to run in
minimal environments where the full test suite might be overkill.
What it CoversΒΆ
- Import sanity β Confirms
import ezpzsucceeds whensrc/is added to the path. - Version metadata β Ensures
ezpz.__version__exists and is non-empty.