haumea-lang / haumea-rs

Haumea is an experimental language designed to be simple and easy to learn and program in.
MIT License
7 stars 2 forks source link

Tests #13

Open bates64 opened 7 years ago

bates64 commented 7 years ago

We need to add autonomous testing to check we haven't broke any features on each push - obviously we don't have to write this in Rust.

BookOwl commented 7 years ago

We can write the tests in Rust, and then use Travis CI to handle running the tests

BookOwl commented 7 years ago

I've got Travis set up, now we just need to write the tests.

https://doc.rust-lang.org/book/testing.html