https://github.com/xflr6/graphviz
Raw File
Tip revision: 19159bcfb87facda998e744befe7175ebd82c070 authored by Sebastian Bank on 09 May 2014, 17:31:41 UTC
import 0.3.4 release
Tip revision: 19159bc
run-tests.py
#!/usr/bin/env python
# run-tests.py

import nose

nose.main()
back to top