Skip to content

Commit

Permalink
chore: add tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk committed Oct 22, 2024
1 parent 2d46656 commit db9ced1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions open_source_polarion_python_repo_template/dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DUMMY = "42"
8 changes: 8 additions & 0 deletions tests/test_dummy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""TEST"""

from open_source_polarion_python_repo_template import dummy


def test_dummy():
"""Dummy test."""
assert dummy.DUMMY == "42"

0 comments on commit db9ced1

Please sign in to comment.