Skip to content

Commit

Permalink
Init of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbilling committed Nov 24, 2023
1 parent 25fb102 commit b740b6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ exclude = [


[tool.pytest.ini_options]
addopts = ["--disable-pytest-warnings", "--cov=tunsberg", "--cov-report=xml", "--cov-report=term-missing", "--cov-fail-under=90" ]
addopts = ["--disable-pytest-warnings", "--cov=tunsberg", "--cov-report=xml", "--cov-report=term-missing" ]
testpaths = ["tests"]
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ pre-commit~=3.4.0
setuptools>=65.6.3
wheel>=0.41.2
Flake8-pyproject~=1.2.3
pytest~=6.2.4
pytest-cov~=4.1.0
pytest-sugar~=0.9.7
Empty file added tests/__init__.py
Empty file.

0 comments on commit b740b6c

Please sign in to comment.