Skip to content
Snippets Groups Projects
Commit f71b694f authored by Ankit Patnala's avatar Ankit Patnala
Browse files

Merge branch 'patnala_issue_5_automated_testing' into 'main'

Patnala issue 5 automated testing

See merge request !5
parents 1b3ff7c2 dbfb7306
No related branches found
No related tags found
1 merge request!5Patnala issue 5 automated testing
Pipeline #139999 passed
stages: stages:
- info - info
- test
infojob: infojob:
stage: info stage: info
...@@ -10,3 +11,16 @@ infojob: ...@@ -10,3 +11,16 @@ infojob:
- cat /etc/*release - cat /etc/*release
- rpm -qa - rpm -qa
tests:
stage: test
image: registry.jsc.fz-juelich.de/sharedrunner/opensuse-latex
tags:
- linux
before_script:
- python3 -m venv venv
- . venv/bin/activate
- pip install -r requirements.txt
script:
- pytest -v --cov=calculator
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment