File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ [pytest]
2+ testpaths = tests
3+ norecursedirs = .git docker onetl
4+ cache_dir = .pytest_cache
5+ addopts = --doctest-modules --ignore-glob =" tests/libs/**" --ignore-glob =" tests/fixtures/**" --ignore-glob =" tests/util/**" --ignore-glob =" tests/resources/**"
6+ log_cli_level = INFO
7+ markers =
8+ connection: Tests which calls connection constructor or imports optional requirements
9+ db_connection: Tests which requires PySpark to be installed
10+ file_df_connection: Tests which requires PySpark to be installed
11+ file_connection: Tests which imports optional requirements
12+ clickhouse: Clickhouse tests
13+ ftp: FTP tests
14+ ftps: FTPS tests
15+ greenplum: Greenplum tests
16+ hdfs: HDFS tests
17+ hive: Hive tests
18+ kafka: Kafka tests
19+ local_fs: LocalFS tests
20+ mongodb: MongoDB tests
21+ mssql: MSSQL tests
22+ mysql: MySQL tests
23+ oracle: Oracle tests
24+ postgres: Postgres tests
25+ s3: S3 tests
26+ sftp: SFTP tests
27+ samba: Samba tests
28+ webdav: WebDAV tests
29+ csv: CSV tests
30+ json: JSON tests
31+ orc: ORC tests
32+ parquet: Parquet tests
33+ xml: XML tests
34+ avro: Avro tests
35+ excel: Excel tests
36+ iceberg: Icegerg tests
You can’t perform that action at this time.
0 commit comments