Skip to content

Commit

Permalink
fixed date range for test
Browse files Browse the repository at this point in the history
  • Loading branch information
aysim319 committed Nov 20, 2024
1 parent 25c24f1 commit 4a4e169
Show file tree
Hide file tree
Showing 3 changed files with 1,453 additions and 1,545 deletions.
4 changes: 2 additions & 2 deletions nhsn/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
TEST_DIR = Path(__file__).parent

# test data generated with following url with socrata:
# https://data.cdc.gov/resource/ua7e-t2fy.json?$where=weekendingdate%20between%20%272023-08-19T00:00:00.000%27%20and%20%272023-10-19T00:00:00.000%27%20and%20jurisdiction%20in(%27CO%27,%27USA%27)
# https://data.cdc.gov/resource/ua7e-t2fy.json?$where=weekendingdate%20between%20%272021-08-19T00:00:00.000%27%20and%20%272021-10-19T00:00:00.000%27%20and%20jurisdiction%20in(%27CO%27,%27USA%27)
# preliminary source
# https://data.cdc.gov/resource/mpgq-jmmr.json?$where=weekendingdate%20between%20%272023-08-19T00:00:00.000%27%20and%20%272023-10-19T00:00:00.000%27%20and%20jurisdiction%20in(%27CO%27,%27USA%27)
# https://data.cdc.gov/resource/mpgq-jmmr.json?$where=weekendingdate%20between%20%272021-08-19T00:00:00.000%27%20and%20%272021-10-19T00:00:00.000%27%20and%20jurisdiction%20in(%27CO%27,%27USA%27)
# queries the nhsn data with timestamp (2021-08-19, 2021-10-19) with CO and USA data


Expand Down
Loading

0 comments on commit 4a4e169

Please sign in to comment.