Clarified testing in README.org

This commit is contained in:
Phil Bajsicki 2024-04-20 09:30:41 +02:00
parent 3b5df9939d
commit 8b0f00dc4b

View file

@ -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