1
0
mirror of synced 2026-01-07 18:06:03 -05:00
Files
airbyte/airbyte-integrations/bases/source-acceptance-test/pytest.ini
Ella Rohm-Ensing e73f535261 Add SAT test for no duplicates in enum properties (#19243)
* Make pytest aware of backward compatibility mark

* Unit tests for duplicate values in enum properties

* Add docs about airbyte enforcements to enum usage

* Add docs info to test
2022-11-09 15:47:05 -05:00

11 lines
299 B
INI

[pytest]
addopts = -r fEsx --capture=no -vv --log-level=INFO --color=yes --force-sugar --cov=source_acceptance_test --no-cov-on-fail
testpaths =
source_acceptance_test/tests
markers =
default_timeout
slow: marks tests as slow (deselect with '-m "not slow"')
backward_compatibility