Skip to content

Commit

Permalink
added pytest configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
erayerdin committed Apr 19, 2019
1 parent 261ca47 commit d9654e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions conftest.py
@@ -0,0 +1 @@
pytest_plugins = ("tests.fixtures",)
7 changes: 7 additions & 0 deletions pytest.ini
@@ -0,0 +1,7 @@
[pytest]
python_files =
test_*.py
addopts = -s
console_output_style = progress
log_cli_level = DEBUG
log_print = True

0 comments on commit d9654e0

Please sign in to comment.