mirror-chatterino2/tests
pajlada e327ed4166
Update magic_enum from v0.9.3 to v0.9.5 (#4992)
* Fix include path for magic enum
* Update .clang-format to ensure magic enum is caught as a third party library
2023-12-01 15:03:04 +01:00
..
resources Add support for opening links in incognito mode on Linux & BSD (#4745) 2023-08-06 15:57:01 +02:00
src refactor: Remove Emoji's EmojiMap with a vector (#4980) 2023-11-26 18:17:58 +00:00
.clang-format Update magic_enum from v0.9.3 to v0.9.5 (#4992) 2023-12-01 15:03:04 +01:00
CMakeLists.txt Add selection unit tests (#4904) 2023-10-23 20:39:15 +00:00
README.md Run httpbin docker image locally in CI (#3778) 2022-05-30 01:43:13 +02:00

To run tests all tests you will need to run the kennethreitz/httpbin and ghcr.io/chatterino/twitch-pubsub-server-test:latest docker images

For example:

docker run --network=host --detach ghcr.io/chatterino/twitch-pubsub-server-test:latest
docker run -p 9051:80 --detach kennethreitz/httpbin