We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8953d7d commit db77525Copy full SHA for db77525
tests/clio_test.py
@@ -33,7 +33,7 @@ def test_snakemake_all_failure(module_path):
33
def test_snakemake_integration_testing(module_path):
34
"""Run a light-weight test simulating someone using this module."""
35
assert subprocess.run(
36
- "snakemake --use-conda",
+ "snakemake --use-conda results/by_shape_id/hydro_dam_cf.parquet",
37
shell=True,
38
check=True,
39
cwd=module_path / "tests/integration",
0 commit comments