Changeset 8271
- Timestamp:
- 25 Apr 2012, 06:45:46 (13 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/etranzact/tests.py
r8267 r8271 26 26 # If you enable this, please make sure the external services 27 27 # do exist really and are not bothered by being spammed by a test programme. 28 EXTERNAL_TESTS = True28 EXTERNAL_TESTS = False 29 29 30 30 def external_test(func): -
main/waeup.uniben/trunk/src/waeup/uniben/interswitch/tests.py
r8266 r8271 25 25 # If you enable this, please make sure the external services 26 26 # do exist really and are not bothered by being spammed by a test programme. 27 EXTERNAL_TESTS = True27 EXTERNAL_TESTS = False 28 28 29 29 def external_test(func):
Note: See TracChangeset for help on using the changeset viewer.