INACTIVE - http://mzl.la/ghe-archive - Unit Tests for your Network -
fa9dbbfb59
Add Mozilla Code of Conduct |
||
---|---|---|
docs | ||
example | ||
fwunit | ||
media/lisa15 | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
MANIFEST.in | ||
README.md | ||
coveragerc | ||
release.sh | ||
setup.py | ||
validate.sh | ||
versioneer.py |
README.md
Unit Tests for your Network
Any developer worth their salt tests their software. The benefits are many:
-
Exercise the code
-
Reduce ambiguity by stating the desired behaviors twice (in the implementation, in the tests, and maybe even a third time in the documentation)
-
Enable code refactoring without changing expected behavior
With fwunit
, you can do the same for security policies on your network.