fixed issue #6

This commit is contained in:
OM PRAKASH 2019-10-05 17:15:30 +05:30
parent 4e70f39b51
commit 5ec00faabf
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ Tests can be run individually. Copy code found in each *boardtest_<name>.py* mod
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.
The *boardtest_suite.py* (in *examples/*) shows how to call tests from within a script. *boardtest_suite.py* runs the following tests:
The *boardtest_simpletest.py* (in *examples/*) shows how to call tests from within a script. *boardtest_simpletest.py* runs the following tests:
* LED Test
* GPIO Test

View file

@ -3,6 +3,6 @@ Test Suite
Run through several tests at once.
.. literalinclude:: ../examples/boardtest_suite.py
:caption: examples/boardtest_suite.py
.. literalinclude:: ../examples/boardtest_simpletest.py
:caption: examples/boardtest_simpletest.py
:linenos: