File size: 366 Bytes
b68c6f7
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
testing/
β”œβ”€β”€ unit_tests/
β”‚   β”œβ”€β”€ test_models.py
β”‚   β”œβ”€β”€ test_services.py
β”‚   └── test_utils.py
β”œβ”€β”€ integration_tests/
β”‚   β”œβ”€β”€ test_api.py
β”‚   β”œβ”€β”€ test_database.py
β”‚   └── test_ui.py
└── e2e_tests/
    β”œβ”€β”€ test_user_flows.py
    β”œβ”€β”€ test_learning_paths.py
    └── test_assessments.py