mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-22 17:46:38 +03:00
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:
commit
d49644002f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user