/bin/nosetests
https://bitbucket.org/jpellerin/nose/ · #! · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · 4f6c9157947e5fd06ed5c98c9e71b343 MD5 · raw file
- #!/usr/bin/env python
- from nose import main
- if __name__ == '__main__':
- main()