Clarified testing in README.org
This commit is contained in:
parent
3b5df9939d
commit
8b0f00dc4b
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ if __name__ == "__main__":
|
|||
main()
|
||||
#+end_src
|
||||
* Unit testing
|
||||
The following code blocks are tangled into test.py.
|
||||
** Imports
|
||||
#+begin_src python :tangle test.py
|
||||
import unittest
|
||||
|
|
Loading…
Reference in a new issue