* 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
11 lines
299 B
INI
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
|