| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Revert to the pre-v0.6.0 method of checking for file existence.
A change introduced in v0.6.0 caused the check to fail if the file
existed only in a shared repository and not locally on the requested
wiki.
|
|
|
|
|
|
|
|
|
|
Change to temp directory when running tests
|
|
|
|
|
|
|
|
This reduces the number of temporary folders and files created
during testing. Additionally, an actual JPEG is created for a couple
tests instead of using random text for the contents.
|
|
Some tests will throw errors if files or directories with certain
names exist in the current working directory when pytest is run,
such as Example.jpg.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Defer string formatting until needed by removing f-strings in log
messages.
|
|
|
|
|
|
|
|
|
|
|
|
Improve tests and test coverage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|