summaryrefslogtreecommitdiff
path: root/tools/test.py
AgeCommit message (Collapse)Author
2018-08-22Implement writeFileSyncRyan Dahl
In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch>
2018-08-20Enable http server for tests.Ryan Dahl
2018-08-10Support wildcard matching of output in testsKitson Kelly
2018-08-09Adds js/unit_tests.ts (#448)Ryan Dahl
2018-07-24Remove handlers crate target.Ryan Dahl
- Add build scripts for Rust flatbuffers. - Rewrites some reply.cc methods in Rust. - Changes some struct elements to table in msg.fbs (rust flatbuffers lacks support currently) - Renames handlers_test to test_rs. - This reorg is needed to make progress on the code cache handler.
2018-07-21Add tools/test.py test runner. (#384)Ryan Dahl