1
0
mirror of synced 2026-01-08 03:06:34 -05:00
Files
airbyte/airbyte-integrations/bases/source-acceptance-test/pytest.ini
Eugene Kulak 2a015a8408 SAT: Introduce new way to compare records based on PK #9718 (#9768)
* fix asserts

Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com>
2022-01-27 17:12:46 +02:00

9 lines
164 B
INI

[pytest]
addopts = -r fEsx --capture=no -vv --log-level=INFO --color=yes --force-sugar
testpaths =
source_acceptance_test/tests
markers =
default_timeout