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
         │   └── datadog-dashboards
         │   └── ...
        │      ├── call-python.bats
        │      ├── data
        │      │   └── invalid-python
        │      ├── get-stack-name.bats
        │      └── libraries.bash
         ├── data
         ├── data
        │   ├── dashboard-example.json
        │   └── experimental.json
         └── python
         └── python
             ├── datadog_automation
             ├── my_module
             │   ├── __pycache__
             │   └── test_my_functionpy
            │   │   └── test_generate_stack_name.cpython-39-pytest-7.0.1.pyc
            │   └── test_generate_stack_name.py
            └── manual-test.py
<font size=-1>
<font size=-1>

Revision as of 02:39, 16 February 2022

Internal

Layout

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