added test runner
This commit is contained in:
8
bin/test.py
Executable file
8
bin/test.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
|
||||
import nose
|
||||
|
||||
# setup cassandra
|
||||
|
||||
nose.main()
|
||||
Reference in New Issue
Block a user