Changeset 39534 in project
- Timestamp:
- 01/27/21 12:05:51 (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/5/premodules
r39529 r39534 61 61 some of it internal, some exported. 62 62 63 Exported tests are implemented with define-checks, internal tests with 64 one of the ppp macros or check frome the simple-tests egg. The former go 65 into the automatically generated run.scm and the documentation files, 66 the latter are only invoked in the process of coding and ignored in the 67 generated code. 63 Off course, the generated tests depend on the test suite used. It's 64 obvious, that I use my own one, either simple-tests or simple-checks. 65 So, exported tests are implemented either with define-checks from the 66 simple-tests module or with define-checker from the simple-checks 67 module, the latter being prefered. Internal tests are coded with one of 68 pe, check or the ppp macros. 69 70 Exported tests go into the automatically generated run.scm and the 71 documentation files. Internal tests are only invoked in the process of 72 coding and ignored in the generated code. 68 73 69 74 === API … … 71 76 Besides the documentation procedure, premodules, there are only three 72 77 exported procedures, premodule->module, premodule->tests and 73 premodule->docs .78 premodule->docs and two parameters, history and license. 74 79 75 80 ==== premodules … … 331 336 == Requirements 332 337 333 simple-tests 338 simple-tests or simple-checks 334 339 335 340 == Last update 336 341 337 Jan 2 3, 2021342 Jan 27, 2021 338 343 339 344 == Author … … 373 378 374 379 == Version history 380 ; 0.5.1 : support for simple-checks added 375 381 ; 0.5 : history, license and local docu updated, Makefile added 376 382 ; 0.4 : history text outsourced
Note: See TracChangeset
for help on using the changeset viewer.