Changes between Version 12 and Version 13 of DeveloperGuidelines/Testing/EdenTest
- Timestamp:
- 08/10/14 12:14:11 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/EdenTest
v12 v13 118 118 [assuming the current working directory is /tests/] 119 119 {{{ 120 cp execution/ config.example.py execution/config.py120 cp execution/settings/config.example.py execution/settings/config.py 121 121 }}} 122 122 Edit the config.py file according to your requirements. 123 123 124 Changes made to the config.example.py in the main branch would not be reflected in your config.py file locally. So, a possible point of error could that you have a stale config.py file. Check [https://github.com/flavour/eden/blob/master/tests/execution/settings/config.example.py config.example.py] to see if you have an updated file. 124 125 125 126 === Running !EdenTest ===