mirror of
https://github.com/logos-messaging/logos-delivery-interop-tests.git
synced 2026-05-05 23:29:26 +00:00
* Add logos-delivery-python-bindings submodule * Adding wrapper manager modifications * Add unit test for wrappers * ignore third paty * Ignore third party * Add thin wrapper layer to be used in tests * Add last API * Add needed helpers * basic tests added * Fix minor points * Add dependency to the requirements * Fix the yml file * add debug info * Add logos-delivery submodule * Add logos-delivery-python-bindings submodule * Remove old logos-delivery submodule * fix the import path issue * add cffi * add .so build step * add nim * remove nimble * fix the nimble error * Add rest of libraries * Fix the nim version issue * Add nimble install command * Make real setup for the nimple * change nim version * Ignore vendor files * fix for review points * remove stubs file * merge master & add comment about wrapper_manager usage
15 lines
420 B
INI
15 lines
420 B
INI
[pytest]
|
|
addopts = --instafail --tb=short --color=auto
|
|
log_level = DEBUG
|
|
log_cli = True
|
|
norecursedirs =
|
|
vendor
|
|
nimbledeps
|
|
*.egg-info
|
|
log_file = log/test.log
|
|
log_cli_format = %(asctime)s.%(msecs)03d %(levelname)s [%(name)s] %(message)s
|
|
log_file_format = %(asctime)s.%(msecs)03d %(levelname)s [%(name)s] %(message)s
|
|
timeout = 300
|
|
markers =
|
|
smoke: marks tests as smoke test (deselect with '-m "not smoke"')
|