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

Moving to py.test test runner #185

Merged
merged 1 commit into from
Feb 18, 2016
Merged

Moving to py.test test runner #185

merged 1 commit into from
Feb 18, 2016

Commits on Feb 18, 2016

  1. Switching the test runner to py.test

    This is the first step in moving to py.test.
    
    * Created `scripts/run-tests.py` that handles invoking `py.test` for all samples.
    * Updated `tox.ini` to use `scripts/run-tests.py` for the `{py27,py34}{-all}` environments.
    * Removed all unneeded `__init__.py` files. The repository is now a loose collection of independent packages instead of being one monster package.
    * Created `appengine/conftest.py` to do what nosegae used to do in terms of import/dev_appserver magic.
    
    Outstanding questions/issues:
    * Currently pytest arguments are specified in `tox.ini`. Not sure if we want to move those into `run-tests.py` or not.
    
    After this is merged, I can look into converting our tests from `unittest` style to `py.test` style, which is generally cleaner.
    Jon Wayne Parrott committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    d9ce5d1 View commit details
    Browse the repository at this point in the history