mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-22 01:26:43 +03:00
Added missing __init__.py files in tests folder structure
This commit is contained in:
parent
15633973b5
commit
f7a7f94e0b
|
@ -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