Changes between Initial Version and Version 1 of Ticket #9087, comment 1
- Timestamp:
- Feb 20, 2015, 12:43:05 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9087, comment 1
initial v1 1 1 This patch is pretty rudimentary. 2 It simply scans tests/chutney_tests/* for the command entered (if it doesn't match the basic Network object to the "test" function defined by the py script. 2 It simply scans tests/chutney_tests/* for the command entered and runs it (with execfile), which defines a function named "test" 3 This test function is then given the Network object, which then runs the test.