Skip to content

Commit

Permalink
Organizing tests a bit better; Defining pydantic as sole dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobaeder committed Apr 23, 2024
1 parent e33b086 commit faae3fa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"pydantic >= 2",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[pytest]
norecursedirs=dist build .tox .eggs
norecursedirs=dist build .tox .eggs fixtures
addopts=
--doctest-modules
--import-mode importlib
Expand Down
Empty file added tests/conftest.py
Empty file.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ deps =
setenv =
PYTHONWARNDEFAULTENCODING = 1
commands =
pytest {posargs}
pytest {posargs} tests
usedevelop = True
extras =
testing
Expand Down

0 comments on commit faae3fa

Please sign in to comment.