Skip to content

Commit

Permalink
Added pytest for automated testing of scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vloothuis committed Sep 17, 2023
1 parent 50de501 commit ce25d7b
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 21 deletions.
213 changes: 193 additions & 20 deletions src/framework/processing/py/poetry.lock

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

3 changes: 2 additions & 1 deletion src/framework/processing/py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ authors = ["Emiel van der Veen <e.vanderveen@eyra.co>"]
python = "^3.7"
panda = "^0.3.1"

[tool.poetry.dev-dependencies]
[tool.poetry.group.test.dependencies]
pytest = "^7.4.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit ce25d7b

Please sign in to comment.