PytestSetting Project Test System: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
=Layout=
=Layout=
<font size=-1>
<font size=-1>
    ...
...
  └── test
└── test
        ├── bash
    ├── bash
        │   └── ...
      │   └── ...
         ├── data
         ├── data
         └── python
         └── python

Revision as of 02:40, 16 February 2022

Internal

Layout

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