Skip to content

Commit

Permalink
Added missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Jun 11, 2024
1 parent 345e90b commit 0c32bad
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist
pytest_cache
src/osipi/__pycache__
tests/__pycache__
.coverage
1 change: 1 addition & 0 deletions junit/test-results.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="5" time="23.487" timestamp="2024-06-11T05:21:47.507973" hostname="LAPTOP-QIKPH67N"><testcase classname="tests.test_aif" name="test_aif_parker" time="0.002" /><testcase classname="tests.test_aif" name="test_aif_georgiou" time="0.001" /><testcase classname="tests.test_aif" name="test_aif_weinmann" time="0.001" /><testcase classname="tests.test_tissue" name="test_tissue_tofts" time="11.546" /><testcase classname="tests.test_tissue" name="test_tissue_extended_tofts" time="11.402" /></testsuite></testsuites>
85 changes: 84 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ requests = "^2.32.3"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
pytest-cov = "^2.12"

[tool.poetry.extras]
docs = ["sphinx", "sphinx-rtd-theme"]
Expand Down

0 comments on commit 0c32bad

Please sign in to comment.