Add tests for counting combinations of action arguments (change-time, edit, delete) and for change-time counts. Some are failing and should be investigated

This commit is contained in:
Micah Jerome Ellison 2023-02-21 11:38:46 -08:00 committed by Jonathan Wren
parent 94d78f3e2d
commit 0e70a57a67
3 changed files with 142 additions and 21 deletions

View file

@ -3,6 +3,7 @@
from pytest_bdd import scenarios
scenarios("features/action-combinations.feature")
scenarios("features/build.feature")
scenarios("features/config_file.feature")
scenarios("features/core.feature")