workspace / tests /test_experiments /test_experiments.py
AntonioJun's picture
Replace tests with local workspace contents
e8055cf verified
Raw
History Blame Contribute Delete
292 Bytes
from experiments import config, loader
def test_experiments_package_exposes_hypotheses_directory():
assert config.EXPERIMENT_ROOT.name == "experiments"
assert config.HYPOTHESES_ROOT.is_dir()
def test_experiments_have_discoverable_hypotheses():
assert loader.list_hypotheses()