2019-03-07 23:43:21 +03:00
|
|
|
[pytest]
|
2020-12-02 04:11:45 +03:00
|
|
|
addopts =
|
|
|
|
--strict-markers
|
|
|
|
--ignore-glob=tests/sql/glam-fenix-dev/glam_etl/*/data.py
|
|
|
|
--ignore-glob=tests/sql/glam-fenix-dev/glam_etl/*.py
|
2019-03-07 23:43:21 +03:00
|
|
|
filterwarnings =
|
|
|
|
# upstream lib imports ABC improperly for backward compatibility
|
2019-04-19 19:19:36 +03:00
|
|
|
ignore::DeprecationWarning:google.protobuf.descriptor
|
|
|
|
ignore::DeprecationWarning:google.protobuf.internal.well_known_types
|
2019-08-06 00:14:19 +03:00
|
|
|
# Silence: "Your application has authenticated using end user credentials from Google Cloud SDK"
|
|
|
|
ignore::UserWarning:google.auth
|
2020-05-21 01:55:17 +03:00
|
|
|
markers =
|
2021-02-17 22:48:40 +03:00
|
|
|
integration: mark tests that check integration with external services. Skipped when not specifically enabled.
|
|
|
|
java: mark tests that require java dependencies. Skipped when not specifically enabled and java is not available.
|
2019-12-13 01:55:02 +03:00
|
|
|
norecursedirs =
|
|
|
|
venv
|
2020-09-02 21:30:14 +03:00
|
|
|
script/legacy
|
2019-10-01 22:48:22 +03:00
|
|
|
testpaths =
|
2019-10-09 00:00:11 +03:00
|
|
|
bigquery_etl
|
2019-10-01 22:48:22 +03:00
|
|
|
tests
|
2020-09-30 23:00:57 +03:00
|
|
|
# todo: make this more generic to support other projects
|
|
|
|
sql/moz-fx-data-shared-prod/udf
|
|
|
|
sql/moz-fx-data-shared-prod/udf_js
|
|
|
|
sql/mozfun
|
2019-10-09 00:00:11 +03:00
|
|
|
script
|