Skip to content

sirscriptalot/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

test

An experimentation Red testing dialect.

Usage

; './tests/all.red'

ball: object [
	toss: does [
		"always blue!"
	]
]

test "ball/toss" [
	"is always blue!" [
		ball/toss = "always blue!" ; return value from the block must be truthy to pass
	]
]

Run your tests via the red CLI:

red -s ./tests/all.red

About

An experimental Red testing dialect.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages