diff options
Diffstat (limited to '.projections.json')
-rw-r--r-- | .projections.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.projections.json b/.projections.json new file mode 100644 index 0000000..7aea6f9 --- /dev/null +++ b/.projections.json @@ -0,0 +1,12 @@ +{ + "dotfiles/*.py": { + "alternate": "tests/test_{}.py", + "type": "source" + }, + "tests/test_*.py": { + "alternate": "dotfiles/{}.py", + "type": "test" + }, + "*.py": {"dispatch": "flake8 {file}"}, + "*": {"make": "pytest -q"} +} |