Module potluck.tests

Runs tests via pytest. Invoke using python -m potluck.tests.

tests/init.py

Expand source code
"""
Runs tests via pytest. Invoke using `python -m potluck.tests`.

tests/__init__.py
"""

Sub-modules

potluck.tests.test_eval

Tests of the potluck_eval script …

potluck.tests.test_mast

Tests of the mast module …

potluck.tests.test_time_utils

Tests of the time_utils module …