paperless-ngx/docs
Ed Bardsley 7b220f737f tests: general cleanup and fixes for runnning under docker
This now allows tests to be run under a locally built or production
docker image with something like:

  `docker run --rm -v $PWD:/usr/src/paperless --entrypoint=bash paperlessngx/paperless-ngx:latest -c "uv run pytest"`

Specific fixes:
- fix unreachable code around `assertRaises` blocks
- fix `assertInt` typos
- fix `str(e)` vs `str(e.exception)` issues
- skip permission-based checks when root (in a docker container)
- catch `OSError` problems when instantiating `INotify` and
  skip inotify-based tests when it's unavailable.
2025-11-14 15:17:32 -08:00
..
assets Documentation: fix docs index page on mobile (#8035) 2024-10-26 11:36:40 -07:00
administration.md Documentation: fix cache invalidation command in documentation (#10665) 2025-08-23 04:00:02 -07:00
advanced_usage.md Enhancement: jinja template support for workflow title assignment (#10700) 2025-09-11 06:56:16 -07:00
api.md Enhancement: support custom field values on post document (#10859) 2025-09-17 22:42:06 +00:00
changelog.md Changelog v2.19.5 - GHA (#11305) 2025-11-06 13:01:52 -08:00
configuration.md Documentation: correct info re PAPERLESS_THREADS_PER_WORKER (#11031) 2025-10-18 23:01:28 +00:00
development.md tests: general cleanup and fixes for runnning under docker 2025-11-14 15:17:32 -08:00
faq.md Update faq 2025-04-10 20:25:16 -07:00
index.md Documentation: copy-edits (#10417) 2025-07-20 17:27:04 +00:00
setup.md Documentation: copy-edits (#10417) 2025-07-20 17:27:04 +00:00
troubleshooting.md Documentation: fix typo in troubleshooting docs (#10643) 2025-08-20 13:25:42 -07:00
usage.md Feature: Advanced Workflow Trigger Filters (#11029) 2025-10-13 22:23:56 +00:00