Sam Tobin-Hochstadt
c7cb124c95
Put dynamic behavior of `check-expect' into functions.
...
Give those functions types.
svn: r17519
2010-01-06 23:03:08 +00:00
Kathy Gray
f300ba967a
Changed syntax of check-member-of so that it will work in htdp-beginner
...
Updated docs to reflect this
svn: r16065
2009-09-18 14:19:50 +00:00
Kathy Gray
fcbe2cd7d3
Adding check-member-of and check-range
...
svn: r16045
2009-09-17 15:50:57 +00:00
Mike Sperber
ed269cc43b
Make the code that says what the effect of a failed check is a tiny bit clearer.
...
svn: r15970
2009-09-11 08:56:20 +00:00
Robby Findler
d3a3e0cc8c
only raise an exception when there is an exception to raise
...
svn: r15953
2009-09-10 06:40:25 +00:00
Robby Findler
ed18890817
changed exn? to exn:fail? to avoid catching breaks while running test cases
...
svn: r15952
2009-09-10 06:37:43 +00:00
Mike Sperber
89ec442c04
Merge branches/mike/quickcheck:
...
Add QuickCheck-based property testing to the DeinProgramm/DMdA languages.
svn: r15901
2009-09-07 16:31:18 +00:00
Mike Sperber
e7e65bd4d1
Re-raise check-expect exception after registering the failure, not
...
before. (PR10402)
svn: r15745
2009-08-15 12:19:39 +00:00
Mike Sperber
28d27a5074
Make sure the test results are displayed, even when an exception
...
occurs running the tests.
svn: r15724
2009-08-13 06:42:40 +00:00
Kathy Gray
c21afa4bf2
Change to behavior in interactions window. Option 1 implemented.
...
svn: r15550
2009-07-24 15:52:36 +00:00
Mike Sperber
1408502378
Translate the messages from the test engine.
...
This requires some refactoring to move the relevant message generation
to test-display.scm.
svn: r14668
2009-04-30 12:32:02 +00:00
Kathy Gray
422b9414bd
check for functions in the test specification
...
svn: r14076
2009-03-12 17:23:45 +00:00
John Clements
bbe7282496
...
...
svn: r13940
2009-03-04 06:47:17 +00:00
Robby Findler
146e8733cc
a fix to the way check-expect expands to play better with test coverage
...
svn: r13232
2009-01-19 21:24:21 +00:00
Eli Barzilay
cac38f95cb
use the test expression as the source for the whole expression, so it is all shown as uncovered until executed
...
svn: r13158
2009-01-15 23:53:51 +00:00
Eli Barzilay
822a536b7f
fix check-expect-maker contract, reorganize code
...
svn: r13157
2009-01-15 23:41:39 +00:00
Eli Barzilay
76657082d9
better errorage
...
svn: r13156
2009-01-15 23:12:32 +00:00
Kathy Gray
20e8888dad
Turned blank window into a window with sensible content instead
...
svn: r12037
2008-10-14 16:44:20 +00:00
John Clements
7d5e704058
went to simple true/false for stepper results
...
svn: r11720
2008-09-13 06:28:46 +00:00
Kathy Gray
0f01d3202d
Turning on exceptions in check-expect
...
svn: r11385
2008-08-22 14:25:53 +00:00
Kathy Gray
bd12705f83
svn: r11380
2008-08-22 12:25:03 +00:00
Kathy Gray
b0aeb1d259
Getting source of error into test reports
...
svn: r11333
2008-08-19 17:03:40 +00:00
Eli Barzilay
7d50e61c7f
* Newlines at EOFs
...
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind
svn: r10689
2008-07-09 07:18:06 +00:00
Kathy Gray
488f8c210e
Corrected bug introduced by the introduction of match-let
...
svn: r10339
2008-06-18 12:51:22 +00:00
Matthew Flatt
938df1800c
improve error reporting ands doc for check-expect (PR 9499 and 9500)
...
svn: r10257
2008-06-13 17:24:24 +00:00
John Clements
87604332f7
updates for stepper
...
svn: r10119
2008-06-04 06:01:17 +00:00
Kathy Gray
c69b4b947e
Correction to test enable/disable behavior.
...
Hooks for correction to printing out test announcements at inopportune times.
svn: r9754
2008-05-08 21:48:02 +00:00
John Clements
4061084910
changes for stepper
...
svn: r9587
2008-05-02 05:52:49 +00:00
John Clements
fe552e2483
working on check-within...
...
svn: r9579
2008-05-01 23:49:45 +00:00
John Clements
245a658fec
stepper-syntax-properties
...
svn: r9575
2008-05-01 22:35:09 +00:00
Kathy Gray
764ed78129
Corrected source/syntax error
...
svn: r9475
2008-04-25 14:07:04 +00:00
John Clements
2116c4b0eb
adding more stepper annotation
...
svn: r9467
2008-04-25 00:33:10 +00:00
Kathy Gray
c15f41f948
Integrating support for enabling/disabling testing
...
Including support for language-level appropriate printing
svn: r9331
2008-04-16 15:59:14 +00:00
John Clements
e14ddc672a
started stepper annotation
...
svn: r9281
2008-04-13 05:07:49 +00:00
Kathy Gray
0584d7fc53
Improved decoupling of scheme tests and MrEd, including different import files for textual versus graphical reporting
...
svn: r9220
2008-04-09 13:28:22 +00:00
Kathy Gray
03f299b652
More decoupling
...
svn: r9218
2008-04-09 11:00:12 +00:00
Kathy Gray
cec232b83f
Decouple depnendce on mred
...
svn: r9208
2008-04-08 21:30:38 +00:00
Eli Barzilay
22f506d718
formatting, v4-isms, props, etc
...
svn: r9168
2008-04-05 16:10:01 +00:00
Kathy Gray
7a6dff6d19
Merging testing branch (kathyg/test-harnessv4-2) onto trunk: -r8903:9138
...
svn: r9160
2008-04-04 11:30:36 +00:00