python-heatclient/heatclient/tests
Alex Gaynor 9d19772089 Added support for running the tests under PyPy with tox
This is a precursor to having them run under check and gate.

This also fixes a single test which fails on PyPy, the test failes at
because it assumes a ``dict`` has a particular order for its keys when
it is printed out, on PyPy dicts have a different order sometimes, the
exact ordering is not a guarnteed property of Python.

Change-Id: Ie86726a0221e5e9aa68f7303d8ca8c7acd878f65
2013-09-03 17:32:09 -07:00
..
v1 Move tests into package dir. 2013-05-25 08:45:35 +02:00
var Move tests into package dir. 2013-05-25 08:45:35 +02:00
__init__.py Move tests into package dir. 2013-05-25 08:45:35 +02:00
fakes.py Do not paginate stack list unless page_size is set 2013-08-07 12:56:58 +12:00
test_common_http.py Add X-Region-Name parameter in HTTP request 2013-08-22 15:18:54 -07:00
test_shell.py Added support for running the tests under PyPy with tox 2013-09-03 17:32:09 -07:00
test_stacks.py Do not paginate stack list unless page_size is set 2013-08-07 12:56:58 +12:00
test_utils.py Make the parameter checking consistent. 2013-07-16 12:24:35 +10:00