feat: adding automated tests
This commit is contained in:
parent
e484f12228
commit
29ee360082
18 changed files with 2886 additions and 4 deletions
7
test/pytest.ini
Normal file
7
test/pytest.ini
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[pytest]
|
||||
asyncio_mode = auto
|
||||
markers =
|
||||
integration: tests that require a real backend at 192.168.0.51:12434
|
||||
testpaths = .
|
||||
filterwarnings =
|
||||
ignore::pytest.PytestUnhandledThreadExceptionWarning
|
||||
Loading…
Add table
Add a link
Reference in a new issue