From 8b0f00dc4b844c85980d3f69ddaf3b2a22052d61 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Sat, 20 Apr 2024 09:30:41 +0200 Subject: [PATCH] Clarified testing in README.org --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index ecf9a3a..f3e91c8 100644 --- a/README.org +++ b/README.org @@ -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