LSaldyt / Qurry

Qurry (was) a prototype for a functional quantum programming language. It incorporated many aspects of functional programming (Haskell, Clojure), but also took standard design philosophies from C++, Python, and other "traditional" languages. [category: quantum]
MIT License
25 stars 7 forks source link

Unit testing framework #23

Open LSaldyt opened 5 years ago

LSaldyt commented 5 years ago

This was a suggestion in yesterday's workshop. I'm not sure if a full unit testing framework will be needed yet, but I think that setting up the skeleton and testing basic functionality, especially of already-mature elements is a great idea. I think that unit-testing new features should wait until they are less likely to be modified.

I personally prefer using a built in or very lightweight unit testing framework.