Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 27, 2020
1 parent 7d98dbf commit 0a1d53e
Show file tree
Hide file tree
Showing 9 changed files with 273 additions and 1,255 deletions.
2 changes: 1 addition & 1 deletion docs/develop/test_infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ manner:

> **Write failing tests that the code should pass, then write code to pass the tests**.
The tests are run using [pytest](https://docs.pytest.org)/[TravisCI](https://travis-ci.org) for unit tests, and [sphinx-build](https://www.sphinx-doc.org/en/master/man/sphinx-build.html)/[CircleCI](https://circleci.com) for documentation build tests.
The tests are run using [pytest](https://docs.pytest.org)/[GitHub Actions](https://github.com/features/actions) for unit tests, and [sphinx-build](https://www.sphinx-doc.org/en/master/man/sphinx-build.html)/[CircleCI](https://circleci.com) for documentation build tests.

The tests are ordered in a hierarchical fashion:

Expand Down
Loading

0 comments on commit 0a1d53e

Please sign in to comment.