Added missing __init__.py files in tests folder structure

This commit is contained in:
wencakisa 2019-11-12 15:25:32 +02:00
parent 15633973b5
commit f7a7f94e0b

View File

@ -619,8 +619,10 @@ project_name
│   └── tests │   └── tests
│   ├── __init__.py │   ├── __init__.py
│   ├── models │   ├── models
│   │   └── __init__.py
│   │   └── test_some_model_name.py │   │   └── test_some_model_name.py
│   ├── selectors │   ├── selectors
│   │   └── __init__.py
│   │   └── test_some_selector_name.py │   │   └── test_some_selector_name.py
│   └── services │   └── services
│   ├── __init__.py │   ├── __init__.py