summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Added support for running the tests under PyPy with toxAlex Gaynor2013-08-281-1/+1
| | | | | | This is a precursor to having them run under check and gate. Change-Id: Ia512b68b5b47a88d5f7c1015cdf7151c322d293d
* python3: Introduce py33 to tox.iniChuck Short2013-06-011-1/+1
| | | | | | | | Introduce py33 to tox.ini to make testing with python3 easier. Change-Id: Ibffa28107fdf1d1ae88223d84de4a7282c7882e0 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Rename requires files to standard names.niu-zglinux2013-05-301-2/+2
| | | | | | | | | Rename tools/pip-requires to requirements.txt and tools/test-requires to test-requirements.txt. These are standard files, and tools in the general world are growing intelligence about them. Change-Id: I9c1356f22f6527be44b4b3f6a77012156ff1637b Fixes: bug #1179008
* Switch to flake8.Monty Taylor2013-05-011-2/+8
| | | | Change-Id: Ib9ba1e7eed09c5a90c558a8365d0a87c3f4b5ee5
* Fixed pep8 errors in test directory.jola-mirecka2013-03-221-1/+1
| | | | | | | | | | | Files test_swiftclient.py and utils.py had all pep8 errors fixed. Also added tests directory to tox.ini file, so that pep8 would monitor tests directory by default. Change-Id: Id60a2cd88bd814d1dcbeca951764c9d236500837 Fixes: bug #1158819
* Use testr instead of nose.Monty Taylor2013-01-181-23/+6
| | | | | | | | | | | | | | | nose is invasive and can sometimes alter the outcome of a test run. testr, on the other hand, keeps a distinction between running tests and displaying results of the test runs. Additionally, it supports the stock python unittest protocol. Even better, testr supports parallel test running, which makes things faster, and a command "testr run --failing" which will just re-run the latest failing tests (often something one wants to do in iterative dev) Part of blueprint grizzly-testtools Change-Id: I0b3f1bcb5d4ff59c65eb3219b30a9e64f54d70bd
* Consume version info from pkg_resources.Clark Boylan2012-07-111-1/+1
| | | | | | | | | | | | | | Documenation builds specify a version in doc/source/conf.py that is used in appropriate places through out the documentation. Previously this value had not been defined properly and documentation builds failed. Retrieve the version info using pkg_resources and set it properly. Use openstack.common.version to consume the generated version information for documentation. Additional, add a swiftclient.__version__ member which will return the version of swiftclient being used. Change-Id: I14f3abdf00da3f9ea7d0651efe76b08f69ddabae
* Removed now-unused .cache.bundle references.1.1.01.0Monty Taylor2012-05-211-4/+0
| | | | Change-Id: I236cc26be12c21743197e93ed304655702cb1ff2
* Add openstack project infrastructure.Monty Taylor2012-05-161-0/+46