From a5f6df1e3757e598e72d20c6eee884bd4bf55e8e Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Thu, 19 Sep 2024 12:06:26 +0900 Subject: [PATCH] ops.testing changes from live review --- ops/testing.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ops/testing.py b/ops/testing.py index 050d9177b..95848be27 100644 --- a/ops/testing.py +++ b/ops/testing.py @@ -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.