1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "dotfiles/*.py": { "alternate": "tests/test_{}.py", "type": "source" }, "tests/test_*.py": { "alternate": "dotfiles/{}.py", "type": "test" }, "*.py": { "dispatch": "flake8 {file}" }, "*": { "make": "pytest -q" } }