lunduniversity / introprog-scalalib

Scala library with simple-to-use utilites for students of introductory programming. http://cs.lth.se/pgk/api
BSD 2-Clause "Simplified" License
60 stars 14 forks source link

add more tests #48

Open bjornregnell opened 5 months ago

bjornregnell commented 5 months ago

Add more tests here: https://github.com/lunduniversity/introprog-scalalib/tree/master/src/test/scala

The goal is to have at least one test per method for non-gui-related stuff. Currently, only the IO api is non-gui-related, so this issue means adding more tests on IO.

We use munit which wraps JUnit in a nice scala api.