Skip to content

Commit

Permalink
Add tests test
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Aug 14, 2023
1 parent e97d2c2 commit d13b590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ format-jinja = "{% if distance == 0 %}{{ base }}{% else %}{{ base }}.{{ distance

[tool.pytest.ini_options]
minversion = "6.0"
testpaths = ["tests"]
addopts = [ "-Werror", "-v", "--cov=metamorph", "--cov-config=.coveragerc", "--cov-append", "--cov-report=term", "--cov-report=xml", "--doctest-modules","--ignore=docs/source/conf.py"]
filterwarnings = [
'ignore: pkg_resources is deprecated as an API:DeprecationWarning'
Expand Down
3 changes: 3 additions & 0 deletions tests/test_tests.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This test verifies that the pytest suite is working properly.
def test_pass():
assert True

0 comments on commit d13b590

Please sign in to comment.