Skip to content

Commit

Permalink
Add doc page about testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jul 19, 2024
1 parent 63e0581 commit 24caf64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/dev_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ at the pages listed below.
satpy_internals
aux_data
writing_tests
testing

Coding guidelines
=================
Expand Down
6 changes: 6 additions & 0 deletions doc/source/dev_guide/testing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Testing Satpy-based applications
================================

The ``satpy.testing`` modules provides tools for writing tests of applications that use Satpy.

- For faking reading, you can use `:func:satpy.testing.fake_satpy_reading`.

0 comments on commit 24caf64

Please sign in to comment.