kotaemon/libs/kotaemon/pytest.ini
Duc Nguyen (john) 2dd531114f Make ktem official (#134)
* Move kotaemon and ktem into same folder

* Update docs

* Update CI

* Resolve mypy, isorts

* Re-allow test pdf files
2024-01-23 10:54:18 +07:00

10 lines
213 B
INI

[pytest]
minversion = 7.4.0
testpaths = tests
addopts = -ra -q
log_cli=true
log_level=WARNING
log_format = %(asctime)s %(levelname)s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
log_file = logs/pytest-logs.txt