Skip to content

Commit

Permalink
refactor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 7, 2024
1 parent bbfa58a commit 83f8aba
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
Empty file removed tests/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_worker.py → worker/test_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_generate_time_course_data():
end=1000,
steps=5,
simulators=['copasi', 'pysces', 'tellurium'],
out_dir="output"
out_dir="test_output"
)
pprint.pp(results)

Expand Down

0 comments on commit 83f8aba

Please sign in to comment.