Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pytest the entire repo #980

Merged
merged 16 commits into from
Jul 10, 2019
Merged

Pytest the entire repo #980

merged 16 commits into from
Jul 10, 2019

Conversation

cclauss
Copy link
Member

@cclauss cclauss commented Jul 9, 2019

Let’s make sure that there is no global code in Python files so that we can run Pytest across the repo.

Ready for review. This has allowed us to discover and open #983,#984,#985,#986,#987,#988,#989 Once those issues are fixed we can simplify the pytest command in a future pull request. @PatOnTheBack

@cclauss cclauss requested review from AnupKumarPanwar and poyea July 9, 2019 16:42
Copy link
Member

@AnupKumarPanwar AnupKumarPanwar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cclauss cclauss merged commit e6eaa07 into master Jul 10, 2019
@cclauss cclauss deleted the pytest-the-entire-repo branch July 10, 2019 04:59
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* Pytest the entire repo

* Do each directory for now...

* YAML files hate tabs

* Add more requirements

* pip install opencv-python

* Comment out FTP

* Add pandas and sklearn to requirements

* Comment out FTP, graphs, machine_learning, maths, neural_network, project_euler

* Update .travis.yml

* Comment out Data structures

* if __name__ == "__main__":

* pytest --ignore=

* pytest .

* Update .travis.yml

* pytest . --doctest-modules --ignore=${IGNORE}

* Ignore --ignore because it just hangs
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.

2 participants