wmem: allow wmem_destroy_list to ignore a NULL list.
[metze/wireshark/wip.git] / test / test.py
2018-11-27 Gerald CombsTest: Look up our encoding name before checking it.
2018-11-16 Peter Wutest: convert capture tests to use fixtures, fix tests...
2018-11-09 Peter Wutest: make it possible to use pytest-style test fixtures
2018-11-08 Peter Wutest: drop Python 2 compatibility, use more Python...
2018-06-18 Gerald CombsTest+CMake: Make our test grouping more fine-grained.
2018-05-21 Gerald CombsTest: Be more paranoid about our log output.
2018-05-06 Gerald CombsTest: Make sure we run our display filter tests.
2018-05-04 Gerald CombsTest: Add dftest to our tests.
2018-04-30 Gerald CombsTest: Add name resolution.
2018-04-27 Gerald CombsTest: Add fileformats and I/O.
2018-04-26 Gerald CombsStart porting our test scripts to Python. Add ctest...