File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 31
31
pip install -r requirements.txt
32
32
- name : Run tests
33
33
run : |
34
- pytest tests/testing_snowflake_connection.py
35
- pytest tests/test_s3_connection.py
36
- pytest tests/test_volatility_co2ppm.py
37
- pytest tests/test_daily_co2_changes.py
38
- pytest tests/test_weekly_co2_changes.py
39
- pytest tests/test_loading_co2_data_sp.py
40
- pytest tests/test_co2_harmonized_sp.py
41
- pytest tests/test_co2_analytical_sp.py
34
+
42
35
43
36
deploy :
44
37
needs : test
Original file line number Diff line number Diff line change
1
+ [pytest]
2
+ testpaths = tests
3
+ python_files = test_*.py
4
+ addopts = -v --tb =short
5
+ env =
6
+ SNOWFLAKE_ACCOUNT = ***
7
+ SNOWFLAKE_USER = ***
8
+ SNOWFLAKE_PASSWORD = ***
9
+ SNOWFLAKE_WAREHOUSE = CO2_WH
10
+ AWS_ACCESS_KEY = ***
11
+ AWS_SECRET_KEY = ***
12
+ DATABASE_NAME = CO2_DB_PROD
13
+ SCHEMA_NAME = RAW_CO2
You can’t perform that action at this time.
0 commit comments