| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clarify how to setup a virtual env and run a small number of tests (#1360) | Christopher Wilcox | 2018-04-08 | 1 | -0/+5 |
| | | |||||
| * | Remove all uses of nose from the codebase | Alex Chan | 2017-08-09 | 1 | -1/+1 |
| | | |||||
| * | Fix GAE_PYTHONPATH error in Makefile | Jon Wayne Parrott | 2016-09-10 | 1 | -1/+1 |
| | | |||||
| * | Error if GAE_PYTHONPATH is not set when running make test-gae | Jon Wayne Parrott | 2016-09-10 | 1 | -0/+3 |
| | | |||||
| * | Moving docs creation into tox | Jon Wayne Parrott | 2016-06-28 | 1 | -3/+14 |
| | | |||||
| * | Nuke the dist/ dir on make clean | Andrey Petrov | 2015-12-14 | 1 | -2/+1 |
| | | |||||
| * | Rough stab at App Engine environment tests. | Jon Wayne Parrott | 2015-06-01 | 1 | -0/+3 |
| | | | | | | | | | | | * Added test/appengine, containing some code to step the sandbox version of httplib/socket/urllib. * Added test_urlfetch.py, checking the URLFetch is used when making http and https requests (not sure if this is the desired behavior at the moment). * Added GAE environment to tox, currently requires you to set your PYTHONPATH=~/google-cloud-sdk/platform/google_appengine. Travis should test for this. To run tests locally, just install the cloud sdk (cloud.google.com/sdk) and set the python path as above, then run tox -e gae. I can add more tests to cover situations where sockets are enabled, but I just wanted to get something basic out here to open the dialog. | ||||
| * | Nuke build on clean. | Andrey Petrov | 2015-04-21 | 1 | -0/+1 |
| | | |||||
| * | Packaging: Tweaking MANIFEST.in to add missing files. | Andrey Petrov | 2014-08-06 | 1 | -0/+1 |
| | | | | | Fixes #440, I hope? | ||||
| * | Dont fail if there's no file to be removed. | Kevin Burke | 2014-07-05 | 1 | -1/+1 |
| | | |||||
| * | Update docs requirements and remove it from dev requirements to speed up ↵ | Andrey Petrov | 2014-06-24 | 1 | -3/+7 |
| | | | | | travisci. | ||||
| * | Simplify Makefile and update README.rst | Andrey Petrov | 2014-06-24 | 1 | -15/+15 |
| | | |||||
| * | Release target. | Andrey Petrov | 2014-06-24 | 1 | -1/+1 |
| | | |||||
| * | release.sh | Andrey Petrov | 2014-06-24 | 1 | -0/+3 |
| | | |||||
| * | Release bash file? | Andrey Petrov | 2014-06-24 | 1 | -12/+0 |
| | | |||||
| * | Adding release process (WIP). | Andrey Petrov | 2014-06-24 | 1 | -5/+17 |
| | | |||||
| * | Shuffling around requirements file, adding Makefile. | Andrey Petrov | 2014-06-24 | 1 | -0/+40 |
