File: azure_nosetests.py

package info (click to toggle)
python-azure 2.0.0~rc6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 269,052 kB
  • ctags: 9,428
  • sloc: python: 81,857; makefile: 149
file content (7 lines) | stat: -rw-r--r-- 158 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env python

import os.path, nose, glob, sys
packages = [os.path.dirname(p) for p in glob.glob('azure*/setup.py')]
sys.path += packages

nose.main()