Commit 5053e7a
authored
ci: run drift_check tests in validate.yml (#63)
Adds a test-drift-check job to validate.yml that installs pytest from
the new requirements-test.txt and runs pytest tests/ -v on every PR and
push to main.
The 9 tests in tests/test_required_workflows.py are pytest-discoverable
as-is (functions named test_*). No conversion needed. The test file adds
scripts/ to sys.path so no PYTHONPATH config is required.
Signed-off-by: fOuttaMyPaint <tmhospitalitystrategies@gmail.com>
Signed-off-by: fOuttaMyPaint <154358121+TMHSDigital@users.noreply.github.com>1 parent 063e150 commit 5053e7a
2 files changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments