PytestSetting Project Test System: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:
  ...
  ...
   └─ test
   └─ test
        └─ python
      └─ python
            ├─ my_module
          ├─ my_module
             │   └─ test_my_functionpy
             │   └─ test_my_functionpy



Revision as of 02:41, 16 February 2022

Internal

Layout

...
 └─ test
     └─ python
         ├─ my_module
           │   └─ test_my_functionpy
    ├── bash
     │   └── ...
       ├── data
       └── python
           ├── my_module
           │   └── test_my_functionpy