Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
Open
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
4 changes: 2 additions & 2 deletions cli/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Unit tests are meant to be the primary test type.
This directory has tests for modules or classes
that mock out any external dependencies.
that mocks out any external dependencies.

This is the only directory that counts for test coverage.

Expand All @@ -25,7 +25,7 @@ don't change their behavior from the user's point of view;
unit tests wouldn't necessarily catch when units don't connect properly.

Consider any errors from this directory to be a confirmation prompt:
`pytest` will print how what the users sees has changed,
`pytest` will print what the users sees has changed,
and if it seems sensible, just update the snapshots with `make regenerate-tests`.

### `qa/`
Expand Down