Tests babeltrace: adapt python tests to use unittest
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 17 Sep 2017 22:01:03 +0000 (18:01 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 18 Sep 2017 19:56:03 +0000 (15:56 -0400)
commit10674c90cff9e2d6a7ca94bf461e2e3668610201
tree357ef6515828afacd8313e3a05363beb7ef6f4ee
parent27e326ebc9b364dd7d831eb5f8939cbe44549fc3
Tests babeltrace: adapt python tests to use unittest

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
16 files changed:
configure.ac
tests/bindings/python/babeltrace/.gitignore [new file with mode: 0644]
tests/bindings/python/babeltrace/Makefile.am
tests/bindings/python/babeltrace/test_ctf_writer_empty_packet.py [new file with mode: 0644]
tests/bindings/python/babeltrace/test_ctf_writer_no_packet_context.py [new file with mode: 0644]
tests/bindings/python/babeltrace/test_python_babeltrace [deleted file]
tests/bindings/python/babeltrace/test_python_babeltrace.in
tests/bindings/python/babeltrace/test_reader_trace_intersection.py [new file with mode: 0644]
tests/cli/intersection/Makefile.am
tests/cli/intersection/bt_python_helper.py.in [deleted file]
tests/cli/intersection/test_multi_trace_intersection.py [deleted file]
tests/lib/Makefile.am
tests/lib/writer/Makefile.am [deleted file]
tests/lib/writer/bt_python_helper.py.in [deleted file]
tests/lib/writer/test_ctf_writer_empty_packet.py.in [deleted file]
tests/lib/writer/test_ctf_writer_no_packet_context.py.in [deleted file]
This page took 0.025019 seconds and 4 git commands to generate.