debian-suds-jurko/tools
Jurko Gospodnetić 8a73caaa25 update development environment setup for Python 2.5
Latest pytest & py package releases break compatibility with Python 2.5.
2014-12-25 19:22:30 +01:00
..
suds_devel update development environment setup for Python 2.5 2014-12-25 19:22:30 +01:00
readme.txt add tools/setup_base_environments.py development script 2014-05-15 17:10:55 +02:00
run_all_tests.py port tools/run_all_tests.cmd to Python 2014-05-29 19:28:33 +02:00
setup_base_environments.py make reading test environment config automatically create Environment objects 2014-05-28 19:51:06 +02:00

readme.txt

Tools & utilities used during suds development.

Only stand-alone scripts should be located in this folder. Any imported
additional modules should be located under the suds_devel package folder.

All Python scripts under this folder should be prepared so their sources are
directly compatible with both Python 2.x & 3.x without the need for any py2to3
based source code transformation.