Skip to content

Commit

Permalink
chore: git worflows improvements
Browse files Browse the repository at this point in the history
Add dummy test for tox
  • Loading branch information
SebastianScheidegger committed Jan 16, 2025
1 parent f2d02fe commit 1541531
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Empty file added tests/__init__.py
Empty file.
8 changes: 8 additions & 0 deletions tests/test_app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"""TEST"""

from app import app


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

0 comments on commit 1541531

Please sign in to comment.