Skip to content

Commit 4bbdf02

Browse files
build: add pytest dev settings with live log
1 parent 0f0e72c commit 4bbdf02

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ behave:
1717
${activate} behave
1818

1919
pytest:
20-
${activate} pytest tests/
20+
${activate} pytest -c pytest-dev.ini
2121

2222
all-tests: pytest behave
2323

pytest-dev.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
log_cli = true
3+
log_cli_level = INFO

0 commit comments

Comments
 (0)