From 4ce80d0af8f53e93aa3a936b1ad4c5b6c065c881 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 27 Apr 2021 14:29:07 -0500 Subject: Add unit tests (#12) * start adding unit tests * add more to test/data/mojang.json * fix sending http requests in tests when it shouldn't * add a few more tests * try to add a github action to run tests * Update test.yml --- test/data/mojang.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/data/mojang.json (limited to 'test/data/mojang.json') diff --git a/test/data/mojang.json b/test/data/mojang.json new file mode 100644 index 0000000..1c1812d --- /dev/null +++ b/test/data/mojang.json @@ -0,0 +1,6 @@ +{ + "6536bfed869548fd83a1ecd24cf2a0fd": "py5", + "4133cab5a7534f3f9bb636fc06a1f0fd": "LostEJ", + "ef3bb867eec048a1a9b92b451f0ffc66": "NMART", + "e403573808ad45ddb5c48ec7c4db0144": "Dededecent" +} \ No newline at end of file -- cgit