We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f852688 + 4a0be21 commit 62ab5c1Copy full SHA for 62ab5c1
docs/testing_implementation.rst
@@ -12,7 +12,7 @@ Astronomical Image Display API (AIDA). There are two things you need to test:
12
2. To test the functionality of your implementation, we provide the class
13
:py:class:`~astro_image_display_api.api_test.ImageAPITest`.
14
To use it, create a subclass of :py:class:`~astro_image_display_api.api_test.ImageAPITest` in your test suite, and define
15
- a single class attribute `image_widget_class`. See
+ a single class attribute ``image_widget_class``. See
16
:ref:`test_example` for an example of how to do this.
17
18
These tests *do not* test the actual image display functionality of your package, nor
0 commit comments