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

Add pytest Test Suite #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

peterstory
Copy link

  • Setup instructions
  • A test for search()

For #44

Here is an example of the results of running the test suite:

(venv) bash-3.2$ python -m pytest -v
================================== test session starts ==================================
platform darwin -- Python 3.5.4, pytest-3.4.2, py-1.5.2, pluggy-0.6.0 -- /Users/pstory/Documents/git_repos/googleplay-api/venv/bin/python
cachedir: .pytest_cache
rootdir: /Users/pstory/Documents/git_repos/googleplay-api, inifile: pytest.ini
collected 1 item                                                                        

test/test_googleplay.py::TestGooglePlay::test_search PASSED                       [100%]

=============================== 1 passed in 4.99 seconds ================================

I find unit-testing with pytest to be an invaluable part of the development process, so I think you guys will appreciate using it, too!

* Setup instructions
* A test for search()

For NoMore201#44
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.

1 participant