-
-
Notifications
You must be signed in to change notification settings - Fork 441
Labels
Priority: MediumAn issue that shouldn't be be saved for lastAn issue that shouldn't be be saved for lastType: BugSomething isn't working as intendedSomething isn't working as intendedType: TestsTests or testing relatedTests or testing related
Description
Checklist
- I am using an up-to-date version.
- I have read the documentation.
- I have searched existing issues.
TagStudio Version
Alpha 9.5.2 (main branch)
Operating System & Version
macOS 15.4.1
Description
Running the PyTest tests (specifically test_read_settings) overwrites the user's actual settings.toml file with values from the test.
Expected Behavior
Running tests should not affect the user's live files and should instead use mock files and directories for tests.
Steps to Reproduce
- Ensure you have a TagStudio
settings.tomlfile, perferably with non-default values - Run the PyTest tests, or at the very least the
test_read_settingstest - Observe the modified values
Logs
No response
Metadata
Metadata
Assignees
Labels
Priority: MediumAn issue that shouldn't be be saved for lastAn issue that shouldn't be be saved for lastType: BugSomething isn't working as intendedSomething isn't working as intendedType: TestsTests or testing relatedTests or testing related
Type
Projects
Status
✅ Done