Skip to content

Commit

Permalink
FOLD INTO CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
simendsjo committed Mar 11, 2024
1 parent 95cf361 commit be7177a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,3 @@ Test extracts and tests code snippets embedded in the documentation string
Results for SQR (FUNCTION): 1 of 4 failed.|
(values 1 3)
#+end_example

* Changelog
This fork has some minor differences to the upstream version:
- Tweaked to evaluate expected results to avoid problems with ~fset~ and
readtables; ~#{||}~ cannot be used, and ~(fset:empty-map)~ neither
- Improved working with multiple values
- Added a ~test-package~ function to test all functions in a package
- Print only when tests are failing (useful when testing entire packages)
- ~run-doctests~ doesn't throw on empty docstring (triggered eof error)
- Don't require an exact error, but rather a subclass of the expected error,
e.g. expecting ~type-error~ will allow a subclass like ~simple-type-error~.

0 comments on commit be7177a

Please sign in to comment.