File: runtests.py

package info (click to toggle)
flask-api 0.6.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 316 kB
  • ctags: 329
  • sloc: python: 1,284; sh: 21; makefile: 10
file content (5 lines) | stat: -rw-r--r-- 89 bytes parent folder | download
1
2
3
4
5
import unittest


if __name__ == '__main__':
    unittest.main(module='flask_api.tests')