Skip to content

Commit

Permalink
Fix language.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Dec 18, 2024
1 parent 6d2d83b commit ce819b2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/explanation/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ Unit tests are intended to be isolating and fast to complete. These are the test
**Tools.** Unit testing a charm can be done using:

- [`pytest`](https://pytest.org/) and/or [`unittest`](https://docs.python.org/3/library/unittest.html) and
- the {ref}`write-scenario-tests-for-a-charm`, the `ops` unit testing framework

<!--
Unit tests are written using the `unittest` library shipped with Python or [pytest](https://pypi.org/project/pytest/). To facilitate unit testing of charms, use the [testing harness](https://juju.is/docs/sdk/testing) specifically designed for charmed operators which is available in the [Charmed Operator SDK](https://operator-framework.readthedocs.io/en/latest/#module-ops.testing).
-->


- [state transition testing](https://ops.readthedocs.io/en/latest/reference/ops-testing.html), using the `ops` unit testing framework

**Examples.**

Expand Down

0 comments on commit ce819b2

Please sign in to comment.