summaryrefslogtreecommitdiffstats
path: root/tests/test_contrib_s3_core.py
Commit message (Collapse)AuthorAgeFilesLines
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-1/+2
| | | | | | | | | | | | | | | | | | The environment module will be configured once, during code initialization. Subsequently all other possibly-evented modules will retrieve from environment and transparently obtain either the eventlet or standard library modules. If eventlet, httplib, subprocess or other environment dependant module is referenced outside of the environment module it should be considered a bug. The changes to tests are required to ensure that test is imported first to setup the environment. Hopefully these can all be replaced with an __init__.py in a post-nose keystone. Implements: blueprint extract-eventlet Change-Id: Icacd6f2ee0906ac5d303777c1f87a184f38283bf
* imports not in alphabetical order (flake8 H306)Dolph Mathews2013-05-241-1/+1
| | | | Change-Id: I0f6c5fc27b0bb2da553e9345a8ac4949ce46e685
* import only modules (flake8 H302)Dolph Mathews2013-05-241-2/+2
| | | | Change-Id: I0fa6fc6bf9d51b60fa987a0040168f3f0ef78a4a
* Fix test_contrib_s3_core unit testmathrock2013-02-101-3/+9
| | | | | | | | When running the full suite of run_tests.sh the test_contrib_s3_core tests run fine, however when run standalone the tests fail Change-Id: I287d05aaab40f441dca9fdca0a5dc6bee1fd073d Fixes: bug #1120896
* Add tests for contrib.s3.core.Chmouel Boudjnah2012-12-131-0/+54
Change-Id: I0a5ea82dcbcf29f6581d8c69e8961138fa019145