PytestSetting Project Test System: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:
       └─ python
       └─ python
           └─ my_module
           └─ my_module
              ├─ data
               └─ test_my_function.py
               └─ test_my_function.py
<font size=-1>
<font size=-1>


=Execution=
=Execution=

Revision as of 01:07, 9 June 2022

Internal

Layout

...
 └─ test
     └─ python
         └─ my_module
             ├─ data
             └─ test_my_function.py

Execution