Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.59 KB

File metadata and controls

49 lines (28 loc) · 1.59 KB

Devcontainer

The easiest way to contribute to and/or test this repository.

Requirements

More info about requirements and devcontainer in general

How to use Devcontainer for development/test

  1. Make sure your computer meets the requirements.
  2. Fork this repository.
  3. Clone the repository to your computer.
  4. 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.

reopen

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.

Custom Tasks in this repository

Start "tasks" by opening the the command pallet (ctrl+shift+p) and select Tasks: Run Task

Run tests

Will run pypi tests on all tests in the workspace

Run tests with coverage

Will run pypi tests on all tests in the workspace with code coverage on

Make package

Builds the package of the current version stated in the Setup.py file

Upload package to pypi

Uploads all built packages to pypi, please provide credentials in terminal window