diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-11 17:31:09 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-01-11 17:31:09 +0200 |
commit | 69e80909dcaee80d5f02054f714b56a34c6f4d40 (patch) | |
tree | 88fbf71af505a247b7fb838e990105ce1fc5d444 /pyproject.toml | |
parent | 2a256f68deb3efe6376c1d47fe264220c7fbb9f9 (diff) |
Adding pytest and GHA in the mix.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index c5dcdd0..30fa72e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,9 @@ readme = "README.md" python = "^3.11" +[tool.poetry.group.dev.dependencies] +pytest = "^7.4.4" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" |