fixed issue #6
This commit is contained in:
parent
4e70f39b51
commit
5ec00faabf
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue