HACKING: Make the test suite instructions the first listed bit

This commit is contained in:
Cole Robinson 2014-11-17 15:41:57 -05:00
parent 1cdd10ce34
commit 08bea2195e

View File

@ -1,10 +1,6 @@
HACKING
=======
We use glade-3 for building virt-manager's UI. It is recommended you have
a fairly recent version of glade-3: if a small UI change seems to rewrite the
entire glade file, you likely have a too old (or too new :) glade version.
The following commands will be useful for anyone writing patches:
python setup.py test : Run local unit test suite
@ -36,6 +32,10 @@ Also, there's a few standalone specialty tests:
python setup.py test_urls : Test fetching media from distro URLs
python setup.py test_initrd_inject: Test --initrd-inject
We use glade-3 for building virt-manager's UI. It is recommended you have
a fairly recent version of glade-3: if a small UI change seems to rewrite the
entire glade file, you likely have a too old (or too new :) glade version.
Submitting patches
==================