From 040f8593888031fc670fabe63c8eceb4bf6858a0 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sun, 15 Apr 2018 14:53:41 -0400 Subject: Add projections for vim --- .projections.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .projections.json 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"} +} -- cgit v1.2.3