https://github.com/xflr6/graphviz
Raw File
Tip revision: ffce85e00367dd7458cee60c439fe92c1b196904 authored by Sebastian Bank on 09 August 2015, 17:14:18 UTC
do 0.4.6 release
Tip revision: ffce85e
run-tests.py
#!/usr/bin/env python
# run-tests.py

import nose

nose.main()
back to top