-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Marcell Pék edited this page Nov 27, 2015
·
2 revisions
pawn-test is a simple automated testing framework for PAWN code that helps coders write better programs. It makes it easy to write simple unit tests but it's also powerful enough to work in more sophisticated testing environments.
- easy to set up, no dependencies or monolithic libraries
- comes with a wide variety of built-in helpers that can be extended if needed
- an xUnit-like testing environment
- thoroughly tested with test cases written in pawn-test itself
- there's a lot of example code in the documentation