python-novaclient/novaclient/tests/v1_1
Jamie Lennox caf9f799ef Convert to requests-mock
We've had some trouble with httpretty in the past and so are moving to
requests-mock. There should be no functionality change in this patch,
simply a transition to a newer library.

Examples: 
 - Python 2/3 inconsistencies
 - Breaking compatibility between releases
 - Incorrect package dependency specifications
 - Problems with distro packaging around tests 
 - *can* introduce a maintained state between tests.

Change-Id: I666a5c7e6747f0c5c2dc96336774fd0fcd3f5907
2014-08-06 22:46:55 +00:00
..
contrib Enabled hacking checks H305 and H307 2014-07-17 15:31:08 +02:00
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
fakes.py Enable check for E131 2014-08-01 22:39:14 +02:00
test_agents.py Convert to requests-mock 2014-08-06 22:46:55 +00:00
test_aggregates.py Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00
test_auth.py Enable check for E131 2014-08-01 22:39:14 +02:00
test_availability_zone.py Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00
test_certs.py Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00
test_cloudpipe.py Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00
test_fixed_ips.py Allow us to use keystoneclient's session 2014-07-01 16:53:47 +01:00
test_flavor_access.py Fixing flavor access __repr__ method 2014-07-02 15:44:50 -03:00
test_flavors.py Logical error in flavors unset_keys method 2014-06-03 12:10:32 +08:00
test_floating_ip_dns.py Convert Floating IPs DNS tests to httpretty 2014-06-06 14:39:49 +10:00
test_floating_ip_pools.py Convert floating IP pool tests to httpretty 2014-06-25 10:46:16 +10:00
test_floating_ips.py Convert Floating IP tests to httpretty 2014-06-06 14:39:49 +10:00
test_floating_ips_bulk.py Convert Floating IP bulk tests to httpretty 2014-06-06 14:39:49 +10:00
test_fping.py Convert fPing tests to httpretty 2014-05-27 11:52:40 +10:00
test_hosts.py fix host resource repr to use 'host' attribute 2014-07-28 18:54:01 +00:00
test_hypervisors.py Convert Hypervisor tests to httpretty 2014-06-27 10:02:52 +10:00
test_images.py Convert image tests to httpretty 2014-06-27 10:02:52 +10:00
test_keypairs.py Convert keypair tests to httpretty 2014-06-27 10:02:52 +10:00
test_limits.py Convert limit tests to httpretty 2014-06-27 10:02:52 +10:00
test_networks.py Add support for new fields in network create 2014-07-15 15:01:44 -07:00
test_quota_classes.py Revert "Remove quota-class subcommand" 2014-05-29 16:50:31 -03:00
test_quotas.py Convert Quota tests to httpretty 2014-07-04 17:10:51 +10:00
test_security_group_rules.py Convert security group rules tests to httpretty 2014-07-04 17:10:51 +10:00
test_security_groups.py Convert security group tests to httpretty 2014-07-04 17:10:51 +10:00
test_server_groups.py Convert Server Group Tests to httpretty 2014-07-04 17:10:51 +10:00
test_servers.py Convert to requests-mock 2014-08-06 22:46:55 +00:00
test_services.py Enable F841 2014-06-19 09:49:05 +08:00
test_shell.py Merge "Filter endpoints by region whenever possible" 2014-07-30 17:02:04 +00:00
test_usage.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_volumes.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
testfile.txt Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
utils.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30