forked from sodadata/soda-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
42 lines (37 loc) · 797 Bytes
/
Copy pathpytest.ini
File metadata and controls
42 lines (37 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# pytest.ini
[pytest]
filterwarnings =
once::DeprecationWarning
testpaths =
soda-tests/tests
soda-postgres/tests
soda-snowflake/tests
soda-databricks/tests
soda-duckdb/tests
soda-bigquery/tests
soda-sqlserver/tests
soda-synapse/tests
soda-redshift/tests
soda-fabric/tests
soda-athena/tests
soda-trino/tests
pythonpath =
soda-core/src
soda-tests/src
soda-tests/tests
soda-postgres/tests
soda-snowflake/tests
soda-databricks/tests
soda-duckdb/tests
soda-bigquery/tests
soda-sqlserver/tests
soda-synapse/tests
soda-redshift/tests
soda-fabric/tests
soda-athena/tests
soda-trino/tests
log_cli=false
log_cli_level=DEBUG
log_cli_format=%(message)s
log_level=DEBUG
log_format=%(message)s