Skip to content

Commit

Permalink
Fix headings
Browse files Browse the repository at this point in the history
  • Loading branch information
dominickp committed Feb 15, 2024
1 parent f4305d2 commit d177aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/testing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Testing
### Unit testing
# Testing
## Unit testing
_Not yet implemented._
### Functional testing
## Functional testing
This repo includes mock and live functional testing. Some people would instead use these terms: integration testing, API testing, component testing. Regardless, these are external tests of the API via HTTP requests. These types of tests are nice for a project like this because we can write one test and use it on all of the existing implementations (or future ones if I add more languages) since they should provide the exact same API.

You can run the mock functional tests like this:
Expand Down

0 comments on commit d177aed

Please sign in to comment.