The easiest way to contribute to and/or test this repository.
More info about requirements and devcontainer in general
- Make sure your computer meets the requirements.
- Fork this repository.
- Clone the repository to your computer.
- Open the repository using VS Code.
When you open this repository with VSCode and your computer meets the requirements you are asked to "Reopen in Container", do that.
If you don't see this notification, open the command pallet (ctrl+shift+p) and select Remote-Containers: Reopen Folder in Container
.
It will now build the devcontainer.
The container have some "tasks" to help you testing your changes.
Start "tasks" by opening the the command pallet (ctrl+shift+p) and select Tasks: Run Task
Will run pypi tests on all tests in the workspace
Will run pypi tests on all tests in the workspace with code coverage on
Builds the package of the current version stated in the Setup.py file
Uploads all built packages to pypi, please provide credentials in terminal window