cityofaustin / cityofaustin/techstack
Joplin _test_incremental_builds no longer works
- Dominant language
- No language data
- Stars
- 11
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the bug
When we run our incremental build tests (base/tests/_test_incremental_builds.py), they don't work anymore. We get 3 errors. This is possibly due to the fact that they use data directly from mutable production datadumps.
## URL
## To Reproduce
Steps to reproduce the behavior
example:
1. pipenv run python joplin/manage.py test _test_incremental_builds
2. See errors
## Current behavior
A clear and concise description of what happened
## Expected behavior
A clear and concise description of what you expected to happen
## Screenshots
## Device and browser
## Additional context
If you generate explicit test data with a factory or model constructor, you can consistently test precisely what you want to test.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.