Skip to content

Commit 5ec00fa

Browse files
committed
fixed issue #6
1 parent 4e70f39 commit 5ec00fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Tests can be run individually. Copy code found in each *boardtest_<name>.py* mod
1919

2020
Alternatively, tests can be imported as modules. Copy the desired test file to CIRCUITPYTHON device drive and import the test in your own code. Each test can be run with the ``run_test(pins)`` function.
2121

22-
The *boardtest_suite.py* (in *examples/*) shows how to call tests from within a script. *boardtest_suite.py* runs the following tests:
22+
The *boardtest_simpletest.py* (in *examples/*) shows how to call tests from within a script. *boardtest_simpletest.py* runs the following tests:
2323

2424
* LED Test
2525
* GPIO Test

docs/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ Test Suite
33

44
Run through several tests at once.
55

6-
.. literalinclude:: ../examples/boardtest_suite.py
7-
:caption: examples/boardtest_suite.py
6+
.. literalinclude:: ../examples/boardtest_simpletest.py
7+
:caption: examples/boardtest_simpletest.py
88
:linenos:
File renamed without changes.

0 commit comments

Comments
 (0)