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()
|
main()
|
||||||
#+end_src
|
#+end_src
|
||||||
* Unit testing
|
* Unit testing
|
||||||
|
The following code blocks are tangled into test.py.
|
||||||
** Imports
|
** Imports
|
||||||
#+begin_src python :tangle test.py
|
#+begin_src python :tangle test.py
|
||||||
import unittest
|
import unittest
|
||||||
|
|
Loading…
Reference in a new issue