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
│   ├── __init__.py
│   ├── models
│   │   └── __init__.py
│   │   └── test_some_model_name.py
│   ├── selectors
│   │   └── __init__.py
│   │   └── test_some_selector_name.py
│   └── services
│   ├── __init__.py