Skip to content

Commit

Permalink
Update and rename import.py to test_import.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocao authored Nov 8, 2023
1 parent 8610926 commit 0b9b2e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/import.py → tests/test_import.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from pipeline_tool.pipeline_tool import SkippableTracing
from pipeline_tool.pipeline_config import PipelineConfig

print("All user import needed are working !")

def test_import():
print("All user import needed are working !")

0 comments on commit 0b9b2e0

Please sign in to comment.