Re: Some newbie questions: http-client, logging.

Piotr Klibert <[email protected]> Mon, 1 Sep 2014 02:03:36 +0200
Newsgroups gmane.comp.lang.dylan.gwydion.devel
Message-ID <CAKQQ0auACB2C5AAb2Zh5Ww4Nc_-V+VL2QqVR1nmFp-i2Y_WaEA@mail.gmail.com>
I forgot to ask, how do I run tests for something? I see tests in http
library and I'd like to be able to easily run them, is there any
support for this in OpenDylan?

Is it possible to define tests inside a module and then run them
easily with other tests? When I write tests in separate module, am I
limited to public (exported) interface, or do I have access to
non-exported things in a module being tested? (I really like how
Racket handles this, see here:
http://blog.racket-lang.org/2012/06/submodules.html)

Also, related thing: what is `define test` form - what it does and
where it's defined? Is it built in, or is this a macro from some
library?


Best regards,
Piotr Klibert