mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-24 01:06:17 +00:00
Updated v3 Ideas List (markdown)
@@ -145,4 +145,10 @@
|
||||
## Testing Updates
|
||||
|
||||
- Fully transition to pytest-django, pytest style and fixtures, with appropriate scopes to limit the amount of work
|
||||
- Actually define and use factory-boy factories for our models (including relations)
|
||||
- Actually define and use factory-boy factories for our models (including relations)
|
||||
|
||||
## Use File Storage API
|
||||
|
||||
- See [reference](https://docs.djangoproject.com/en/5.2/ref/files/storage/)
|
||||
- Also can change to an in-memory storage for testing, so it's a little faster maybe?
|
||||
- Allows storing files elsewhere easier
|
Reference in New Issue
Block a user