We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d51efc + 8aa8672 commit 27d4c75Copy full SHA for 27d4c75
docs/epidata_development.md
@@ -196,7 +196,8 @@ Here's a full example based on the `fluview` endpoint:
196
Writing an integration test is outside of the scope of this document. However,
197
a number of existing integration tests exist and can be used as a good starting
198
point for additional tests. For example, see the tests for the
199
-[`fluview` endpoint](../integrations/test_fluview.py) and the [`covid_survey_hrr_daily` endpoint](../integrations/test_covid_survey_hrr_daily.py).
+[`fluview` API endpoint](../integrations/server/test_fluview.py) and the
200
+[`covidcast` ingestion pipeline](../integrations/acquisition/covidcast).
201
202
To run the existing tests and any new tests that you write, you must
203
follow the
0 commit comments