martini-contrib / binding

Martini handler for mapping and validating a raw request into a structure.
MIT License
140 stars 47 forks source link

Cleanup, verify tests #18

Closed mholt closed 10 years ago

mholt commented 10 years ago

The tests are getting a bit unwieldy and should probably be separated into more files. Also, each test should be reviewed for effectiveness; for example, tests for empty payloads might need some revising to actually test what we think they're testing.

I've started splicing the tests out into separate files and cleaning them up. Many are being rewritten as I verify that they test what we think they're testing, and more test cases will be added. (Thank you, GoConvey, for the in-editor notifications of test results!)

Current progress is in the tests branch of this repository.

mholt commented 10 years ago

This is nearing completion, so I'm closing this issue. Next step will be to ready the package for a stable 1.0 version.