Lichen

tests/system.py

602:fcb8c13028d5
2017-02-19 Paul Boddie Replaced context test macros with functions to avoid evaluation order errors. method-wrapper-for-context
     1 print "Raising SystemExit with value 2."     2 raise SystemExit(2)