A minimal set of test utilities to recommend in the meantime. #105
louiss0
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I decided to create a script for you guys to use in the mean time. It's called
mini-nu-test
. it script that allows people to write tests. The code should be easy to understand.It has three functions
specify
for grouping teststest
for writing tests that aren't specific to a unitit
for writing tests that are about a specific unitI was going to write lots of assertions but I have to do other things.
The script is less than 300 lines long so I copied and pasted it here.
All you have to do is simply copy and paste it then make improvements.
The user is supposed to use the
watch
command to watch the files that are necessary.This is the Script
Beta Was this translation helpful? Give feedback.
All reactions