Ver código fonte

[DATALAD] Recorded changes

Daniel Busch 4 meses atrás
pai
commit
b29152bc98
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      .github/workflows/ci.yaml
  2. 1 1
      tests/unit/test_read_data.py

+ 1 - 1
.github/workflows/ci.yaml

@@ -1,7 +1,7 @@
 name: CI
 
 on:
-#  pull_request:
+  pull_request:
   push:
     branches: [main]
     tags: ['v*']

+ 1 - 1
tests/unit/test_read_data.py

@@ -1,10 +1,10 @@
-# from src.faostat_data_primap.helper.definitions import domains_and_releases_to_read
 import os
 
 from src.faostat_data_primap.read import read_data
 
 
 def test_read_data_one_domain(tmp_path):
+    # read only one domain for the test
     domains_and_releases_to_read = (("farm_gate_agriculture_energy", "2024-11-14"),)
 
     read_data(