Skip to content

Commit 95bd7bf

Browse files
authored
Merge pull request #23 from napakalas/issue-#18
Add test_cq.py for pytest-based competency query tests.
2 parents e7b1dff + 217745b commit 95bd7bf

2 files changed

Lines changed: 424 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ sphinx = "^8.1"
2929
sphinx-rtd-theme = "^3.0.1"
3030
sphinxcontrib-httpdomain = "*"
3131

32+
[tool.poetry.group.tests.dependencies]
33+
pytest = "^8.3.5"
34+
3235
[tool.poetry.scripts]
3336
mapserver = 'mapserver.__main__:mapserver'
3437
mapviewer = 'mapserver.__main__:mapviewer'

0 commit comments

Comments
 (0)