Skip to content
Snippets Groups Projects
Commit 7c15bdc0 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Merge branch 'hruska-feature-nose2' into 'devel'

Use nose2

See merge request 709/warden/idea!4
parents 6091d718 f52e67b0
No related branches found
No related tags found
2 merge requests!50.1.14,!4Use nose2
Pipeline #1809 passed with warnings
...@@ -39,7 +39,7 @@ unit-test-job: ...@@ -39,7 +39,7 @@ unit-test-job:
paths: paths:
- errors.log - errors.log
reports: reports:
junit: nosetests.xml junit: nose2-junit.xml
pylint-test-job: pylint-test-job:
stage: test stage: test
......
...@@ -158,7 +158,7 @@ pylint-test: FORCE ...@@ -158,7 +158,7 @@ pylint-test: FORCE
test: FORCE test: FORCE
@echo "\n${GREEN}*** Checking code with nosetests ***${NC}\n" @echo "\n${GREEN}*** Checking code with nosetests ***${NC}\n"
@python3 -W always::DeprecationWarning -m nose test_idea.py --with-xunit @python3 -W always::DeprecationWarning -m nose2 --junit-xml
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
......
[unittest]
plugins = nose2.plugins.junitxml
...@@ -4,7 +4,7 @@ setuptools ...@@ -4,7 +4,7 @@ setuptools
wheel wheel
twine twine
docutils<0.18 docutils<0.18
nose==1.3.7 nose2==0.11.0
pyflakes==2.1.0 pyflakes==2.1.0
pylint==2.2.2 pylint==2.2.2
sphinx==1.8.4 sphinx==1.8.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment