mirror-chatterino2/tests
pajlada 269e7a07b4
chore: Unify .clang-format file (#5037)
* chore: Unify all .clang-format files in the root dir

* Update `scripts/check-format.sh` to include all source dirs

* Add changelog entry
2023-12-17 13:50:42 +00: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
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