oslo.messaging/tests
Boris Pavlovic 3f9fc44bc6 Fix structure of unit tests in oslo.messaging (part 1)
Even in case of libraries and when they are not big like nova.
It is better to use next rules:

1) structure of tests directory is the same as a root of project
Tests directory will be well organized, and it will be simple to find
where to write tests

2) names for end modules should be test_<name_of_testing_module>.py

Change-Id: Ie13d1b709e863f6a9babaaa2bf1e042ef9251671
2014-06-25 12:20:36 +04:00
..
notify Fix structure of unit tests in oslo.messaging (part 1) 2014-06-25 12:20:36 +04:00
__init__.py Remove copyright from empty files 2014-01-04 10:33:58 +08:00
test_exception_serialization.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_executor.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_expected_exceptions.py Update ExpectedException handling 2014-02-05 09:32:42 -08:00
test_opts.py Set correct group for matchmaker_redis options 2014-06-20 19:03:35 +02:00
test_pool.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_qpid.py Disable connection pool in qpid interfaces tests 2014-06-18 18:41:33 +02:00
test_rabbit.py Add transport reconnection retries 2014-06-13 16:21:59 +02:00
test_rpc_client.py Add transport reconnection retries 2014-06-13 16:21:59 +02:00
test_rpc_dispatcher.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_rpc_server.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_target.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_transport.py Transport reconnection retries for notification 2014-06-18 18:41:33 +02:00
test_urls.py Trival:Fix assertEqual arguments order 2014-04-02 17:40:34 +08:00
test_utils.py Fix test case name typo 2014-01-27 10:39:20 +00:00
utils.py Use messaging_conf fixture configuration by default 2014-03-25 10:45:08 +01:00