Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
== Outdated egg! This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for [[/eggref/5/testeez|the CHICKEN 5 version of this egg]], if it exists. If it does not exist, there may be equivalent functionality provided by another egg; have a look at the [[https://wiki.call-cc.org/chicken-projects/egg-index-5.html|egg index]]. Otherwise, please consider porting this egg to the current version of CHICKEN. == testeez See http://www.neilvandyke.org/testeez/ for the full documentation. [[toc:]] === Programming interface ==== testeez <macro>(testeez docstring . test-expressions)</macro> where each test-expression is a list consisting of one of the following testing operators, a docstring and one or two other forms. ==== test/equal <macro>(test/equal desc xpr expected)</macro> Tests xpr and compares it with equal? to expected. A shorthand for (test-equal "" xpr expected) is also available, simply write (xpr expected) ==== test/eq <macro>(test/eq desc xpr expected)</macro> Tests xpr and compares it with eq? to expected. ==== test/eqv <macro>(test/eqv desc xpr expected)</macro> Tests xpr and compares it with eqv? to expected. ==== test-define <macro>(test-define desc name val)</macro> Binds name to val. The binding is visible only to the remainder of a testeez expression. ==== test-eval <macro>(test-eval desc xpr)</macro> === Author Neil van Dyke === Licence LGPL-3
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you subtract 2 from 13?