"""Verify there are workflow sample files.""" assert len(sample_files) > 0, "No workflow sample files found" @pytest.mark.parametrize("yaml_file", get_workflow_sample ...
"""Integration tests for SWEBench dataset tools with real Docker. These tests use a real Docker daemon and are slower than unit tests. Run with: pytest -vx -m docker_integration Skip with: pytest -vx ...