blob: 28de801c140024bf9704e5600815ca2b15d25515 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"dotfiles/*.py": {
"alternate": "tests/test_{}.py",
"type": "source"
},
"tests/test_*.py": {
"alternate": "dotfiles/{}.py",
"type": "test"
},
"*": {
"make": "python3 setup.py -q test"
}
}
|