mathics / Mathics

This repository is for archival. Please see https://github.com/Mathics3/mathics-core
https://mathics.org
Other
2.07k stars 206 forks source link

Add MUnit functionality #1143

Open rocky opened 3 years ago

rocky commented 3 years ago

Although I don't necessarily need the GUI front-end it would be nice if there were a way to run MUnit tests from Mathics.

mmatera commented 3 years ago

@rocky , what are MUnit tests? Could you provide a link to an example of this?

rocky commented 3 years ago

@mmatera When you google on "MUnit mathematica" what is the first thing that comes up for you?

mmatera commented 3 years ago

@rocky, thanks for the clarification. I google "MUnit tests" and "MUnit test github" and I arrived at completely different things.

TiagoCavalcante commented 3 years ago

@rocky what is necessary to implement this? Just the function Test?

rocky commented 3 years ago

Probably much more. Find a public package on http://packagedata.net/ that tests itself in some way. Sometimes it is advertised as MUnit testing.

Make that work in Mathics.

TiagoCavalcante commented 3 years ago

Probably much more. Find a public package on http://packagedata.net/ that tests itself in some way. Sometimes it is advertised as MUnit testing.

Ok.

Make that work in Mathics.

I will try.