Skip to content

Commit f5e9342

Browse files
committed
Revert: switch from pytest.ini to pyproject.toml
1 parent 099a155 commit f5e9342

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

pytest.ini

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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

0 commit comments

Comments
 (0)