make tests/test_compare.sax.py a runnable script

This commit is contained in:
Jurko Gospodnetić 2014-05-17 14:08:56 +02:00
parent 1618ae351f
commit 06cb88feac
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ CompareSAX testing utility unit tests.
"""
if __name__ == "__main__":
import testutils
testutils.run_using_pytest(globals())
import suds
import suds.sax.document
import suds.sax.parser