Skip to content
Snippets Groups Projects
Commit c3251ae8 authored by leufen1's avatar leufen1
Browse files

add pytest-html and check only by enabling tests from scratch

parent 77e52c7d
Branches
Tags
4 merge requests!413update release branch,!412Resolve "release v2.0.0",!363update 339 by develop,!359Resolve "error when calling tests from scratch"
Pipeline #83797 passed
...@@ -30,10 +30,10 @@ tests (from scratch): ...@@ -30,10 +30,10 @@ tests (from scratch):
- base - base
- zam347 - zam347
stage: test stage: test
only: # only:
- master # - master
- /^release.*$/ # - /^release.*$/
- develop # - develop
variables: variables:
FAILURE_THRESHOLD: 100 FAILURE_THRESHOLD: 100
TEST_TYPE: "scratch" TEST_TYPE: "scratch"
......
...@@ -16,6 +16,7 @@ partd==1.2.0 ...@@ -16,6 +16,7 @@ partd==1.2.0
psutil==5.8.0 psutil==5.8.0
pydot==1.4.2 pydot==1.4.2
pytest==6.2.2 pytest==6.2.2
pytest-html==3.1.1
pytest-lazy-fixture==0.6.3 pytest-lazy-fixture==0.6.3
requests==2.25.1 requests==2.25.1
scipy==1.5.2 scipy==1.5.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment