sd-sem1-testing Svelte Themes

Sd Sem1 Testing

Software Developer | Semester 1 | Testing

Testing mandatory

First time setup

Preqrequisites:

  • Git
$ git clone <clone method of choice>
$ pip install pre-commit
$ pre-commit install
$ git checkout -b <branch name>
$ git add .
$ git commit -m "<commit message>"
$ git push --force-with-lease origin <branch name>

How to build and run the tests

Preqrequisites:

  • Docker
$ docker build -t testing .
$ docker run -it testing pytest

Top categories

Loading Svelte Themes