Simple ezpz Smoke TestsΒΆ
OverviewΒΆ
tests/test_simple_ezpz.py acts as a zero-dependency smoke test ensuring the
package can be imported and its most common helpers are available even in a
minimal environment.
HighlightsΒΆ
- Import safety β Guards against accidental regressions that break
import ezpzby skipping when import errors are environment-related. - Version exposure β Checks that
ezpz.__version__remains a non-empty string. - Logger bootstrap β Validates that
ezpz.get_loggerreturns a logger with the expected logging methods. - Environment defaults β Confirms that important environment variables set
during initialisation (
WANDB_MODE,EZPZ_LOG_LEVEL) are present.