Commit 5a75e28
committed
Gitignore pytest-temp-preset.json test side-effect
tests/test.py:28 (test_create_and_read_preset) calls
prettymaps.create_preset('pytest-temp-preset', ...) and writes a
real JSON file into prettymaps/presets/pytest-temp-preset.json,
which then shows up as untracked in 'git status' after running
pytest. Add a one-line gitignore rule next to the existing
prettymaps/presets/my-preset.json entry so contributors running
the test suite locally don't see a stray untracked file.1 parent 937d839 commit 5a75e28
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments