Changes between Version 12 and Version 13 of DeveloperGuidelines/Testing/EdenTest


Ignore:
Timestamp:
08/10/14 12:14:11 (11 years ago)
Author:
Arnav Sharma
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Testing/EdenTest

    v12 v13  
    118118[assuming the current working directory is /tests/]
    119119{{{
    120 cp execution/config.example.py execution/config.py
     120cp execution/settings/config.example.py execution/settings/config.py
    121121}}}
    122122Edit the config.py file according to your requirements.
    123123
     124Changes 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.
    124125
    125126=== Running !EdenTest ===