blob: 7aea6f96fe326735c768cc5019e3ba8bc3339d47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"dotfiles/*.py": {
"alternate": "tests/test_{}.py",
"type": "source"
},
"tests/test_*.py": {
"alternate": "dotfiles/{}.py",
"type": "test"
},
"*.py": {"dispatch": "flake8 {file}"},
"*": {"make": "pytest -q"}
}
|