[e988c2]: / tests / functional / test_assure.py

Download this file

10 lines (5 with data), 239 Bytes

1
2
3
4
5
6
7
8
9
from pathlib import Path
FIXTURES_PATH = Path(__file__).parents[1] / "fixtures" / "good_definition_files"
def test_assure(call_cli):
captured = call_cli("assure", FIXTURES_PATH / "assurance.py")
assert "All OK" in captured.out