Skip to content

savaki/mao

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Māo

BDD Testing Framework For Go.

Desc("math.Abs", func(it It) {
  it("returns the absolute value of x", func(expect Expect) {
    expect(math.Abs(-12)).Equal(12.0)
    expect(math.Abs(-.5)).Equal(0.5)
  })
})

See examples/ for more info.

How does it output?

About

BDD Testing Framework For Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published