Commit cc16bd0
Jon Wayne Parrott
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.1 parent 493f850 commit cc16bd0
File tree
125 files changed
+300
-231
lines changed- appengine
- app_identity
- signing
- bigquery
- blobstore
- cloudsql
- i18n
- images
- localtesting
- logging
- reading_logs
- writing_logs
- mailgun
- memcache
- guestbook
- multitenancy
- ndb
- modeling
- overview
- transactions
- storage
- bigquery
- api
- blog
- introduction_to_data_models_in_cloud_datastore
- cloud_logging
- api
- compute
- api
- autoscaler
- demo
- container_engine/django_tutorial
- datastore
- api
- managed_vms
- analytics
- cloudsql
- datastore
- disk
- extending_runtime
- hello_world_compat
- hello_world
- mailgun
- memcache
- pubsub
- sendgrid
- static_files
- storage
- twilio
- websockets
- monitoring
- api
- scripts
- storage
- api
- transfer_service
- testing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
125 files changed
+300
-231
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
Whitespace-only changes.
Whitespace-only changes.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
Whitespace-only changes.
0 commit comments