aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures_ws.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-24test: Skip mongo zstd test if we don't have zstdJohn Thacker1-0/+1
2023-12-10HTTP3, QUIC: Desegment HTTP3 QPACK Encoder StreamsJohn Thacker1-0/+1
2023-11-08dfilter: Add a function-like macro syntaxJoão Valverde1-0/+12
2023-11-07tests: Use tmp_path pytest fixture to create home dirJoão Valverde1-6/+3
2023-09-24Tests: Fix default option argumentJoão Valverde1-1/+1
2023-09-24GitLab CI: Use debug build type with merge requestsJoão Valverde1-1/+2
2023-06-05Tests: Remove remaining legacy unittest codeJoão Valverde1-49/+34
2023-06-05Tests: Remove unittest dependency (io)João Valverde1-14/+0
2023-06-05Tests: Replace self.checkPacketCount() (capture)João Valverde1-0/+14
2023-05-12Tests+MSVC: Fix capture test suite using Npcap 1.75João Valverde1-1/+1
2023-05-10Tests: Require pytest support and remove compatibility layerJoão Valverde1-2/+8
2023-01-16MSYS2: Add Lua 5.1 support and fix test suite failuresJoão Valverde1-0/+1
2022-06-05Version info: Do not show plugin countJoão Valverde1-1/+1
2022-04-21test: Remove libgcrypt checks for 1.8 and belowJohn Thacker1-3/+0
2022-03-28tests: Fix Kerberos detectionJoão Valverde1-1/+1
2022-03-17test: Use integer tuple to check Gcrypt versionStig Bjørlykke1-4/+5
2022-02-24Reword plugin info in About Wireshark dialogJoão Valverde1-1/+1
2021-11-18Test: Make sure XDG_CONFIG_HOME isn't set.Gerald Combs1-0/+5
2021-09-27MSYS2: Fix detection of test suite binariesJoão Valverde1-1/+3
2021-02-26tests: skip plugin count test if feature is disabledJoão Valverde1-0/+1
2020-12-01Protobuf/gRPC: add test cases for Protobuf and gRPCHuang Qiangxiong1-0/+1
2020-11-05Tools+test: Call python3 explicitly.Gerald Combs1-1/+0
2020-06-01dot11decrypt: Support decryption using TK user inputMikael Kanstrup1-0/+38
2020-02-26Test: Make sure we can run Wireshark on macOS.Gerald Combs1-3/+5
2020-02-18Test: Bump the WireGuard Gcrypt version requirement.Gerald Combs1-0/+1
2019-12-20test: fix extcap_name fixture and skip test.Dario Lombardo1-1/+4
2019-12-17test: add suite_extcaps.Dario Lombardo1-0/+7
2019-04-22Add brotli decompression support for HTTP and HTTP2 dissectors.Dániel Bakai1-0/+1
2019-01-24test,travis: dump a screenshot for hanging GUI testsPeter Wu1-0/+32
2019-01-24Test: enable capture tests by default using the Loopback interfacePeter Wu1-22/+26
2019-01-22test: enable GUI tests on Linux, headlessPeter Wu1-3/+15
2019-01-21test: fail tests when programs are missingPeter Wu1-5/+11
2019-01-04test: assume binaries in $PWD\run\RelWithDebInfo by defaultPeter Wu1-1/+4
2018-12-29Add support for RSA decryption using PKCS #11 tokensPeter Wu1-0/+2
2018-12-29test: add tests for Unicode paths in Lua and tshark -G foldersPeter Wu1-1/+19
2018-11-30test: skip tests when GnuTLS is unavailablePeter Wu1-0/+1
2018-11-20editcap: add --inject-secrets optionPeter Wu1-0/+5
2018-11-16test: finalize suite_capture conversion to fixtures, drop config.pyPeter Wu1-12/+31
2018-11-16test: convert capture tests to use fixtures, fix tests without dumpcapPeter Wu1-5/+53
2018-11-15test: convert suite_dfilter to use fixturesPeter Wu1-6/+6
2018-11-15test: convert suite_nameres to use fixturesPeter Wu1-1/+0
2018-11-15test: convert suite_text2pcap to use fixturesPeter Wu1-1/+6
2018-11-14test: convert some more tests to use fixturesPeter Wu1-0/+8
2018-11-09test: make it possible to use pytest-style test fixturesPeter Wu1-0/+174