Add factories.py to the Testing example directory structure

This commit is contained in:
martin056 2021-11-24 13:45:04 +02:00 committed by Radoslav Georgiev
parent c2c82e8573
commit e431bdc444
No known key found for this signature in database
GPG Key ID: 0B7753A4DFCE646D

View File

@ -2352,6 +2352,7 @@ project_name
│   ├── __init__.py
│   └── tests
│   ├── __init__.py
│   ├── factories.py
│   ├── models
│   │   └── __init__.py
│   │   └── test_some_model_name.py