common-lisp.net
/
projects/gsll/lisp-unit.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
projects/gsll/lisp-unit.git
2013-04-22
Thomas M. Hermann
Remove redundant function print-warning.
master
commit
|
commitdiff
|
tree
2013-04-18
Thomas M. Hermann
Ensure that a package object is used as the hash-key...
commit
|
commitdiff
|
tree
2013-04-18
Thomas M. Hermann
Warn when there are no tests or tags defined for a...
commit
|
commitdiff
|
tree
2013-04-02
Thomas M. Hermann
Use a function instead of a generic function to generat...
commit
|
commitdiff
|
tree
2013-03-18
Thomas M. Hermann
Version 0.9.5 README.
0.9.5
commit
|
commitdiff
|
tree
2013-03-18
Thomas M. Hermann
Make the list of test names and tags optional.
commit
|
commitdiff
|
tree
2013-03-15
Thomas M. Hermann
Signal an error if no tests are defined in the package.
commit
|
commitdiff
|
tree
2013-03-14
Thomas M. Hermann
Correctly quote name and use valid-test-name in define...
commit
|
commitdiff
|
tree
2013-03-14
Thomas M. Hermann
Replace assert-class function with generic function...
commit
|
commitdiff
|
tree
2013-03-14
Thomas M. Hermann
Replace assert-function with a generic function assert...
commit
|
commitdiff
|
tree
2013-03-14
Thomas M. Hermann
Signal a type-error if anything besides a symbol is...
commit
|
commitdiff
|
tree
2013-02-11
Thomas M. Hermann
Update the README for version 0.9.4.
0.9.4
commit
|
commitdiff
|
tree
2013-02-08
Thomas M. Hermann
Merge branch 'tap'
commit
|
commitdiff
|
tree
2013-02-08
Thomas M. Hermann
Correct the macro expansion assertion to number GENSYMS...
tap
commit
|
commitdiff
|
tree
2013-02-06
Thomas M. Hermann
Merge pull request #12 from AccelerationNet/tap-with...
commit
|
commitdiff
|
tree
2013-02-05
Ryan Davis
print out test duration, in seconds
commit
|
commitdiff
|
tree
2013-02-05
Ryan Davis
record the run time of the test
commit
|
commitdiff
|
tree
2013-02-03
Thomas M. Hermann
Warn on missing tags to remove and continue on.
commit
|
commitdiff
|
tree
2013-02-03
Thomas M. Hermann
Warn on missing tests to remove and continue on.
commit
|
commitdiff
|
tree
2013-02-03
Thomas M. Hermann
Add an optional stream argument to all print and output...
commit
|
commitdiff
|
tree
2013-02-01
Thomas M. Hermann
Count passed assertions and only store details for...
commit
|
commitdiff
|
tree
2013-02-01
Thomas M. Hermann
Optionally signal results.
commit
|
commitdiff
|
tree
2013-01-31
Thomas M. Hermann
Merge pull request #9 from AccelerationNet/master
commit
|
commitdiff
|
tree
2013-01-31
Thomas M. Hermann
Merge pull request #10 from AccelerationNet/tap
commit
|
commitdiff
|
tree
2013-01-31
Ryan Davis
remove extraneous hyphen
commit
|
commitdiff
|
tree
2013-01-31
Ryan Davis
enable print-pretty for TAP results
commit
|
commitdiff
|
tree
2013-01-31
Ryan Davis
support test output using the test anything protocol
commit
|
commitdiff
|
tree
2013-01-31
Ryan Davis
introduce a new `test-run-complete` condition, and...
commit
|
commitdiff
|
tree
2013-01-30
Ryan Davis
introduce a `*keep-passing-asserts*` flag to toggle...
commit
|
commitdiff
|
tree
2013-01-29
Ryan Davis
Merge branch 'master' of github.com:OdonataResearchLLC...
commit
|
commitdiff
|
tree
2013-01-29
Thomas M. Hermann
Perform evaluation of actual, expected, and extra forms...
commit
|
commitdiff
|
tree
2013-01-29
Thomas M. Hermann
Guard against multiple evaluations of a unit test name.
commit
|
commitdiff
|
tree
2013-01-29
Thomas M. Hermann
FIXME note for the norm of an array in the floating...
commit
|
commitdiff
|
tree
2012-12-14
Thomas M. Hermann
README for version 0.9.3.
assertion-records
0.9.3
commit
|
commitdiff
|
tree
2012-12-14
Thomas M. Hermann
Examples of using tags.
commit
|
commitdiff
|
tree
2012-12-14
Thomas M. Hermann
Warn if there are no tests for a tag.
commit
|
commitdiff
|
tree
2012-11-26
Thomas M. Hermann
Clean up the equality predicates.
commit
|
commitdiff
|
tree
2012-11-26
Thomas M. Hermann
Merge branch 'master' into assertion-records
commit
|
commitdiff
|
tree
2012-11-26
Thomas M. Hermann
Resurrect the use-debugger function.
commit
|
commitdiff
|
tree
2012-11-23
Thomas M. Hermann
Update %run-thunks to make a test-results-db instance.
commit
|
commitdiff
|
tree
2012-11-23
Thomas M. Hermann
Reset the global counters whenever run-tests or run...
commit
|
commitdiff
|
tree
2012-11-23
Thomas M. Hermann
Use the local exerr in print-errors.
commit
|
commitdiff
|
tree
2012-11-23
Thomas M. Hermann
Refine and export the failure and error print functions.
commit
|
commitdiff
|
tree
2012-11-23
Thomas M. Hermann
Print failures and errors as test results are generated.
commit
|
commitdiff
|
tree
2012-11-22
Thomas M. Hermann
Print failures and errors during tests if requested.
commit
|
commitdiff
|
tree
2012-11-22
Thomas M. Hermann
Properly handle the extra results.
commit
|
commitdiff
|
tree
2012-11-22
Thomas M. Hermann
Update print-error to work with result objects.
commit
|
commitdiff
|
tree
2012-11-22
Thomas M. Hermann
Update print-failure to work with result objects.
commit
|
commitdiff
|
tree
2012-11-22
Thomas M. Hermann
Organize the main lisp-unit file.
commit
|
commitdiff
|
tree
2012-11-22
Thomas M. Hermann
Preliminary implementation of comprehensive test result...
commit
|
commitdiff
|
tree
2012-11-01
Ryan Davis
Merge pull request #1 from OdonataResearchLLC/master
commit
|
commitdiff
|
tree
2012-10-31
Thomas M. Hermann
Merge branch 'master' into assertion-records
commit
|
commitdiff
|
tree
2012-10-31
Thomas M. Hermann
Return the actual condition instead of :error.
commit
|
commitdiff
|
tree
2012-10-31
Thomas M. Hermann
Merge pull request #4 from AccelerationNet/master
commit
|
commitdiff
|
tree
2012-10-30
Russ Tyndall
make use-debugger actually allow the debugger to get...
commit
|
commitdiff
|
tree
2012-10-19
Thomas M. Hermann
Update print-failure and print-error to handle various...
commit
|
commitdiff
|
tree
2012-10-16
Thomas M. Hermann
Unpdated norms with internal unit tests.
0.9.2
commit
|
commitdiff
|
tree
2012-10-16
Thomas M. Hermann
Obsolete call to get-tagged-tests in run-tags.
commit
|
commitdiff
|
tree
2012-10-16
Thomas M. Hermann
Clean up sumsq sump.
commit
|
commitdiff
|
tree
2012-10-16
Thomas M. Hermann
Implement default-epsilon for sequences using LOOP.
commit
|
commitdiff
|
tree
2012-10-16
Thomas M. Hermann
Miscellaneous clean-up.
commit
|
commitdiff
|
tree
2012-10-15
Thomas M. Hermann
Match the ASDF definition version to the code.
commit
|
commitdiff
|
tree
2012-10-15
Thomas M. Hermann
Use the string name of the test for documentation if...
0.9.1
commit
|
commitdiff
|
tree
2012-10-14
Thomas M. Hermann
Correct merge edit typo.
0.9.0
commit
|
commitdiff
|
tree
2012-10-14
Thomas M. Hermann
Merge branch 'devel-0.9.0'
commit
|
commitdiff
|
tree
2012-10-14
Thomas M. Hermann
Unmatched right parenthesis and bad format split in...
devel-0.9.0
commit
|
commitdiff
|
tree
2012-10-14
Thomas M. Hermann
Update remove-tests to also from the tests from tag...
commit
|
commitdiff
|
tree
2012-10-13
Thomas M. Hermann
Merge failure-control-string with print-failure.
commit
|
commitdiff
|
tree
2012-10-13
Thomas M. Hermann
Expanded on new features in 0.9.0 in the README.
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Add a documentation string to the unit test object.
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Initial implementation of test tags.
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Functions for managing the tags DB.
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Parse tag definitions in the unit test body.
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Define a unit test class to store code and documentation.
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Fix typos in the 'How to use' comment, correct referenc...
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Update the simplified interface link in the README
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Update get-tests and get-test-code for managing tests.
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Describe and link to the simplified interface in the...
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Compatibility version 0.8.1.
0.8.1
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Warn if no test are defined in the package.
commit
|
commitdiff
|
tree
2012-10-10
Thomas M. Hermann
Correct some bugs with the resurrected API.
commit
|
commitdiff
|
tree
2012-10-09
Thomas M. Hermann
Roll back the run-tests,run-all-tests,remove-tests...
commit
|
commitdiff
|
tree
2012-10-09
Thomas M. Hermann
Wrap the new run-tests function in the old interface.
commit
|
commitdiff
|
tree
2012-10-08
Thomas M. Hermann
Version 0.8.0
0.8.0
commit
|
commitdiff
|
tree
2012-10-08
Thomas M. Hermann
Remove the obsolete lisp-unit documentation.
report-tools
commit
|
commitdiff
|
tree
2012-10-08
Thomas M. Hermann
Print the summary when any print parameter is true.
commit
|
commitdiff
|
tree
2012-10-08
Thomas M. Hermann
Update the README file to reflect new tasks and link...
commit
|
commitdiff
|
tree
2012-10-08
Thomas M. Hermann
Always summarize the results.
commit
|
commitdiff
|
tree
2012-10-08
Thomas M. Hermann
Export functions for reporting test results.
commit
|
commitdiff
|
tree
2012-10-08
Thomas M. Hermann
Added the my-sqrt example test.
commit
|
commitdiff
|
tree
2012-10-07
Thomas M. Hermann
Print parameters and format for failures, summary,...
commit
|
commitdiff
|
tree
2012-10-06
Thomas M. Hermann
Print the summary count totals with the representation...
commit
|
commitdiff
|
tree
2012-10-06
Thomas M. Hermann
Improve the results summary.
commit
|
commitdiff
|
tree
2012-10-06
Thomas M. Hermann
Minimal implementation with new interface and updated...
commit
|
commitdiff
|
tree
2012-10-05
Thomas M. Hermann
Non-working patch with basic assertions updated.
commit
|
commitdiff
|
tree
2012-10-02
Thomas M. Hermann
Convert run-tests and run-all-tests to functions.
internal-testing
commit
|
commitdiff
|
tree
2012-10-02
Thomas M. Hermann
Code comment.
commit
|
commitdiff
|
tree
2012-04-22
Thomas M. Hermann
Convert expand-extras to a macro.
commit
|
commitdiff
|
tree
2012-04-21
Thomas M. Hermann
Perform the MACROEXPAND-1 of the macro form in the...
commit
|
commitdiff
|
tree
2012-04-21
Thomas M. Hermann
Convert expand-output-form to a macro.
commit
|
commitdiff
|
tree
next