archseer / enigma

An Erlang VM implementation in Rust
Mozilla Public License 2.0
1.05k stars 40 forks source link

Fill in the unit test of implemented bif #26

Open RyanSiu1995 opened 5 years ago

RyanSiu1995 commented 5 years ago

Some of the unit tests are not implemented yet. Required someone to fill them up.

Here are the incomplete unit tests (without testing the exception case).

archseer commented 5 years ago

Agreed! I think it's important to have some coverage, but in the future, we'll also cover some part of that via tests inside the runtime

archseer commented 5 years ago

I'm also going to set up code coverage reporting