Skip to content

Commit

Permalink
chore: need init file in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lka-berlin committed Mar 15, 2024
1 parent 9a0e3df commit 6914180
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
import sys
# import os

sys.path.append('./')
sys.path.append('.')
2 changes: 1 addition & 1 deletion tests/handle_pdf_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Provides Tests for handling PDF
Modul handle_pdf_test
"""

import os
Expand Down
2 changes: 1 addition & 1 deletion tests/zugferd_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Modul zugferd
Modul zugferd_test
"""

import unittest
Expand Down

0 comments on commit 6914180

Please sign in to comment.