Commit graph

12 commits

Author SHA1 Message Date
Marin Minnerly
0fc228042b Add a test for malformed IP 2024-01-15 12:18:03 -08:00
Marin Minnerly
e6a98116a9 Remove debug prints 2024-01-14 21:35:19 -08:00
Marin Minnerly
8ba4055e13 Add net.serve address property 2024-01-14 21:31:23 -08:00
Marin Minnerly
eef3d2d6fa Ensure a server isn't already running
Was confused why these tests were failing on my end. Turned out I had a service running on 8080 and had to kill it to get these tests to pass
2024-01-14 14:33:50 -08:00
Marin Minnerly
4db04433ff Add test case 2024-01-14 13:05:07 -08:00
SnorlaxAssist
83ac971792
Fix failing test cases on Windows (#111) 2023-09-25 14:14:29 -05:00
Filip Tibell
609eba08a8 Implement handler calling for serve again, now with extra multithreading 2023-08-22 20:00:58 -05:00
Filip Tibell
59aef5c170 Split scheduler futures into lua & background, improve async tests 2023-08-22 20:00:58 -05:00
Filip Tibell
9bb3854554 Net serve test improvements, add some impl notes to scheduler 2023-08-22 20:00:58 -05:00
Filip Tibell
42ab2da1ed
Sort requires for test files 2023-06-08 11:21:00 +02:00
Filip Tibell
80e47baded
Migrate tests to using new require builtins syntax and typedefs 2023-05-14 22:16:58 +02:00
Filip Tibell
d2ff0783a5
Implement bulk of async APIs 2023-02-14 13:17:07 +01:00
Renamed from tests/net/serve.luau (Browse further)