Contributing
Here is how you can contribute to this project.
Setup
Use the included dev container to automatically install all the necessary dev tools and dependencies.
Prerequisite: To use this you first need to install docker under Linux, MacOS or WSL2 under windows.
-
Clone the repository:
1 2
git clone git+https://github.com/aidh-ms/pyAKI cd pyAKI -
Open the project in Visual Studio Code:
1code . -
Reopen in Container:
- Press
F1to open the command palette. - Type
Remote-Containers: Reopen in Containerand select it. - VS Code will build the Docker container defined in the
.devcontainerfolder and open the project inside the container.
- Press
Development
Testing
To test your contribution, you can use the testing tap in the VS code or utilise the following command to run the unit tests for this project:
1 | |