Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pydgets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
713
Mentat
Pydgets
Commits
cef7a604
Commit
cef7a604
authored
3 years ago
by
Rajmund Hruška
Browse files
Options
Downloads
Patches
Plain Diff
Feature: Use nose2
parent
e167bc72
No related branches found
No related tags found
2 merge requests
!5
0.11
,
!3
Use nose2
Pipeline
#1835
passed with warnings
3 years ago
Stage: test
Stage: check-warnings
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
nose2.cfg
+2
-0
2 additions, 0 deletions
nose2.cfg
requirements-dev.pip
+1
-1
1 addition, 1 deletion
requirements-dev.pip
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
cef7a604
...
...
@@ -39,7 +39,7 @@ unit-test-job:
paths
:
-
errors.log
reports
:
junit
:
nose
tests
.xml
junit
:
nose
2-junit
.xml
pylint-test-job
:
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
cef7a604
...
...
@@ -120,7 +120,7 @@ pylint-test: FORCE
test
:
FORCE
@
echo
"
\n
${
GREEN
}
*** Checking code with nosetests ***
${
NC
}
\n
"
@$(
PYTHON
)
-W
always::DeprecationWarning
-m
nose
--
with-xunit
@$(
PYTHON
)
-W
always::DeprecationWarning
-m
nose
2
--
junit-xml
#-------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
nose2.cfg
0 → 100644
+
2
−
0
View file @
cef7a604
[unittest]
plugins
=
nose2.plugins.junitxml
This diff is collapsed.
Click to expand it.
requirements-dev.pip
+
1
−
1
View file @
cef7a604
...
...
@@ -2,7 +2,7 @@ setuptools
wheel
twine
docutils<0.18
nose
==1.3.7
nose
2
pyflakes==2.1.0
pylint==2.2.2
sphinx==1.8.4
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment