Skip to content

Commit

Permalink
ops.testing changes from live review
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Sep 19, 2024
1 parent 97a0eab commit a5f6df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ops/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
- :class:`ops.testing.Harness`, a class to set up the environment for charms, and its:
- :meth:`~ops.testing.Harness.begin_with_initial_hooks` convenience method for declarative
test setup.
- individual :meth:`~ops.testing.Harness.begin` and :meth:`~ops.testing.Harness.cleanup`
- :meth:`~ops.testing.Harness.add_relation` method, to declare a relation
(integration) with another app.
- :meth:`~ops.testing.Harness.begin` and :meth:`~ops.testing.Harness.cleanup`
methods to start and end the testing lifecycle.
- :meth:`~ops.testing.Harness.evaluate_status` method, which aggregates the
status of the charm after test interactions.
Expand Down

0 comments on commit a5f6df1

Please sign in to comment.