Skip to content

Commit

Permalink
Add developer info about intellij (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
hub-cap authored May 7, 2020
1 parent a8cdf0b commit 6d3551f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ If you want to get started in the project, a good idea is to check issues labele
You will need to fork the Rally repository and clone it to your local machine. See
the [Github help page](https://help.github.com/articles/fork-a-repo) for help.

### Importing the project into IntelliJ IDEA

Rally builds using virtualenv. When importing into IntelliJ you will need to define an appropriate Python SDK, which is provided by virtualenv.
For more details on defining a Python SDK in IntelliJ please refer to their documentation. We recommend using the Python SDK that `make prereq` creates.
This is typically created via `Virtualenv Environment` / `Existing Environment` and pointing to `.venv/bin/python3` within the Rally source directory.

In order to run tests within the IDE, ensure the `Python Integrated Tools` / `Testing` / `Default Test Runner` is set to `pytest`.

### Submitting your changes

Once your changes and tests are ready to submit for review:
Expand Down

0 comments on commit 6d3551f

Please sign in to comment.