Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
922352b8
Commit
922352b8
authored
Sep 12, 2017
by
Daniel Scheffler
Committed by
Daniel Scheffler
Sep 12, 2017
Browse files
Fix nosetests.
parent
ca660178
Pipeline
#1112
passed with stages
in 4 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
922352b8
...
...
@@ -72,7 +72,7 @@ nosetests: clean-test ## Runs nosetests with coverage, xUnit and nose-html-outpu
## - puts the coverage results in the folder 'htmlcov'
## - generates 'nosetests.html'
(
--with-html
)
## - generates 'nosetests.xml'
(
--with-xunit
)
which is currently not visualizable by GitLab
nosetests
-vv
--with-coverage
--cover-package
=
arosic
s
--cover-erase
--cover-html
--cover-html-dir
=
htmlcov
\
nosetests
-vv
--with-coverage
--cover-package
=
py_tools_d
s
--cover-erase
--cover-html
--cover-html-dir
=
htmlcov
\
--with-html
--with-xunit
--rednose
--force-color
docs
:
##
generate Sphinx HTML documentation
,
including API docs
...
...
README.rst
View file @
922352b8
...
...
@@ -69,5 +69,5 @@ This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypack
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _coverage: http://danschef.gitext.gfz-potsdam.de/py_tools_ds/coverage/
.. _nosetests: http://danschef.gitext.gfz-potsdam.de/
arosic
s/nosetests_reports/nosetests.html
.. _nosetests: http://danschef.gitext.gfz-potsdam.de/
py_tools_d
s/nosetests_reports/nosetests.html
.. _conda: https://conda.io/docs/
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment