Skip to content

Move from nosetests to pytest#261

Merged
faif merged 1 commit into
faif:masterfrom
gyermolenko:from_nose_to_pytest
Jan 11, 2019
Merged

Move from nosetests to pytest#261
faif merged 1 commit into
faif:masterfrom
gyermolenko:from_nose_to_pytest

Conversation

@gyermolenko
Copy link
Copy Markdown
Contributor

fixes #259

Split doctests from unittests
Different types of tests belong to different CI stages.
Also, in this particular repository doctests can also be tests for script OUTPUTS (I will make a separate PR to show what I mean).

Separate requirements-dev.txt
It is very convenient (for local development) to be able to setup deps and pre-commit hooks.
In case of travis-ci packages already present in container (e.g. pytest) will be skipped.
As for flake8 and linting - I plan to address that in separate PR.

@faif faif merged commit e0aaa5d into faif:master Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move from nose to pytest for testing

2 participants