mirror of
https://github.com/HackSoftware/Django-Styleguide.git
synced 2024-11-25 11:03:46 +03:00
Add factories.py
to the Testing example directory structure
This commit is contained in:
parent
c2c82e8573
commit
e431bdc444
|
@ -2352,6 +2352,7 @@ project_name
|
||||||
│ ├── __init__.py
|
│ ├── __init__.py
|
||||||
│ └── tests
|
│ └── tests
|
||||||
│ ├── __init__.py
|
│ ├── __init__.py
|
||||||
|
│ ├── factories.py
|
||||||
│ ├── models
|
│ ├── models
|
||||||
│ │ └── __init__.py
|
│ │ └── __init__.py
|
||||||
│ │ └── test_some_model_name.py
|
│ │ └── test_some_model_name.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user