Skip to content

fix broken links #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/epidata_development.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ Here's a full example based on the `fluview` endpoint:
Writing an integration test is outside of the scope of this document. However,
a number of existing integration tests exist and can be used as a good starting
point for additional tests. For example, see the tests for the
[`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
[`covidcast` ingestion pipeline](../integrations/acquisition/covidcast).

To run the existing tests and any new tests that you write, you must
follow the
Expand Down