mirror of
https://github.com/kennethreitz-archive/krvim.git
synced 2026-06-05 23:40:18 +00:00
Initial import.
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
|
||||
import nose
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
nose_args = sys.argv + [r'-m',
|
||||
r'((?:^|[b_.-])(:?[Tt]est|When|describe|should|it))',
|
||||
r'--with-doctest',
|
||||
r'--doctest-extension=']
|
||||
nose.run(argv=nose_args)
|
||||
|
||||
Reference in New Issue
Block a user