Initial Public Release
This commit is contained in:
commit
1af302dbe1
16 changed files with 1721 additions and 0 deletions
20
Makefile
Executable file
20
Makefile
Executable file
|
@ -0,0 +1,20 @@
|
|||
init:
|
||||
pip install -r requirements.txt --use-mirrors
|
||||
|
||||
test2:
|
||||
nosetests-2.7 tests
|
||||
|
||||
test3:
|
||||
nosetests-3.3 tests
|
||||
|
||||
simple_test2:
|
||||
nosetests-2.7 tests/test_backend_simple.py
|
||||
|
||||
advanced_test2:
|
||||
nosetests-2.7 tests/test_backend_advanced.py
|
||||
|
||||
simple_test3:
|
||||
nosetests-3.3 tests/test_backend_simple.py
|
||||
|
||||
advanced_test3:
|
||||
nosetests-3.3 tests/test_backend_advanced.py
|
Loading…
Add table
Add a link
Reference in a new issue