/bin/nosetests

https://bitbucket.org/jpellerin/nose/ · #! · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · 4f6c9157947e5fd06ed5c98c9e71b343 MD5 · raw file

  1. #!/usr/bin/env python
  2. from nose import main
  3. if __name__ == '__main__':
  4. main()