Merge pull request #33 from HackSoftware/enhancement/add-init-files-in-packages

Enhancement: Added missing __init__.py files in tests folder structure
This commit is contained in:
Ventsislav Tashev 2019-11-12 15:29:24 +02:00 committed by GitHub
commit d49644002f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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