Skip to content

Commit 1072e71

Browse files
committed
chore: init tests structure
1 parent 2f3e891 commit 1072e71

3 files changed

Lines changed: 57 additions & 1 deletion

File tree

‎pyproject.toml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ funding = "https://github.com/sponsors/python-scim"
2323
[dependency-groups]
2424
dev = [
2525
"prek>=0.1.0",
26+
"pytest>=8.2.1",
2627
]
2728
doc = [
2829
"myst-parser>=3.0.1",
2930
"shibuya>=2024.5.15",
3031
"sphinx>=7.3.7",
3132
"sphinx-issues>=5.0.0",
3233
]
34+
35+
[tool.pytest.ini_options]
36+
testpaths = ["tests"]

‎tests/__init__.py‎

Whitespace-only changes.

‎uv.lock‎

Lines changed: 53 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)