Update tests
This commit is contained in:
Родитель
e732287df7
Коммит
714f832898
|
@ -14,7 +14,7 @@ norecursedirs =
|
|||
testpaths =
|
||||
bigquery_etl
|
||||
tests
|
||||
udf
|
||||
udf_js
|
||||
moz-fx-data-shared-prod/udf
|
||||
moz-fx-data-shared-prod/udf_js
|
||||
script
|
||||
mozfun
|
||||
|
|
|
@ -9,7 +9,7 @@ def test_basic():
|
|||
results = subprocess.check_output(
|
||||
[
|
||||
sys.executable,
|
||||
"sql/telemetry/longitudinal.sql.py",
|
||||
"moz-fx-datda-shared-prod/sql/telemetry/longitudinal.sql.py",
|
||||
"--tablename",
|
||||
"foo",
|
||||
"--to",
|
||||
|
@ -44,7 +44,7 @@ def test_everything():
|
|||
results = subprocess.check_output(
|
||||
[
|
||||
sys.executable,
|
||||
"sql/telemetry/longitudinal.sql.py",
|
||||
"moz-fx-datda-shared-prod/sql/telemetry/longitudinal.sql.py",
|
||||
"--tablename",
|
||||
"foo",
|
||||
"--to",
|
||||
|
@ -92,7 +92,7 @@ def test_column_conflict():
|
|||
subprocess.check_output(
|
||||
[
|
||||
sys.executable,
|
||||
"sql/telemetry/longitudinal.sql.py",
|
||||
"moz-fx-datda-shared-prod/sql/telemetry/longitudinal.sql.py",
|
||||
"--tablename",
|
||||
"foo",
|
||||
"--to",
|
||||
|
|
Загрузка…
Ссылка в новой задаче