summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_stomp/test/python_SUITE_data/src/test.py
blob: 01967465a2b43ea1a9a0a7a821d6596ccf759523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/env python

import test_runner

if __name__ == '__main__':
    modules = [
        'parsing',
        'errors',
        'lifecycle',
        'ack',
        'amqp_headers',
        'queue_properties',
        'reliability',
        'transactions',
        'x_queue_name',
        'destinations',
        'redelivered',
        'topic_permissions',
        'x_queue_type_quorum'
    ]
    test_runner.run_unittests(modules)