Tests: add minimal pytest support
[metze/wireshark/wip.git] / test / config.py
2018-06-21 Gerald CombsTest: Add sharkd tests.
2018-06-18 Gerald CombsTest+CMake: Make our test grouping more fine-grained.
2018-05-22 Gerald CombsTest: Consolidate our environments.
2018-05-17 Peter Wutest: require Libgcrypt 1.6 for TDLS test
2018-05-06 Gerald CombsTest: Make sure we run our display filter tests.
2018-05-04 Gerald CombsTest: Add dftest to our tests.
2018-05-03 Gerald CombsTest: Fix default capture interface discovery.
2018-05-01 Gerald CombsTest: Fix capinfos output and command paths.
2018-05-01 Gerald CombsTest: More fixes and updates.
2018-04-30 Gerald CombsTest: Add unittests.
2018-04-30 Gerald CombsTest: More fixups.
2018-04-30 Gerald CombsTest: Add a missing global.
2018-04-30 Gerald CombsTest: Add text2pcap.
2018-04-30 Gerald CombsTest: Add name resolution.
2018-04-27 Gerald CombsTest: Add mergecap.
2018-04-27 Gerald CombsTest: Add fileformats and I/O.
2018-04-27 Gerald Combstest: Miscellaneous fixups.
2018-04-26 Gerald CombsStart porting our test scripts to Python. Add ctest...