aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAge
* Better structuring between webdav modules.Hugo Hörnquist2023-10-10
|
* Add coverage supplement for atomic-*.Hugo Hörnquist2023-10-08
| | | | | These are for the module declaration, and the inernal datastructures declaration.
* Document atomic types.Hugo Hörnquist2023-10-08
|
* Further rewrite of testrunner.Hugo Hörnquist2023-10-08
| | | | Move many of the atomic procedures into proper libraries.
* Repair litmus test.Hugo Hörnquist2023-10-07
|
* Got formats test.scm to run again.Hugo Hörnquist2023-10-03
| | | | Note that it however fails.
* Remove unused helper files in testsHugo Hörnquist2023-10-03
|
* Add readme for tests.Hugo Hörnquist2023-10-03
|
* Rewrite test running system.Hugo Hörnquist2023-10-02
|
* Remove accidentially duplicated tests from merge.Hugo Hörnquist2023-10-02
|
* test fixes.Hugo Hörnquist2023-09-13
|
* Merge branch 'next' into datarewrite-structuresHugo Hörnquist2023-09-13
|\
| * Fix bug causing for's continue to not work.Hugo Hörnquist2023-09-11
| |
| * Introduce stream-split-by.Hugo Hörnquist2023-09-11
| | | | | | | | | | | | This procedure isn't currently used, but as noted is really useful for grouping a character stream into a word stream, which is a later commit will use for it for justifying posibly infinite streams of text.
| * Change how entry point is handled.Hugo Hörnquist2023-09-11
| | | | | | | | | | | | | | Replaces the old main sh bootstrap entry point to one written in C. The reasons are in the C file, but in short, Guile's command line is less than ideal.
| * Extend `for'-macro to allow improper list elements.Hugo Hörnquist2023-09-11
| |
| * Change `kvlist->assq` and `group-by` to return pairs.Hugo Hörnquist2023-09-11
| | | | | | | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
| * Fix seeding of UUIDs.Hugo Hörnquist2023-09-11
| |
| * Require component for path append.Hugo Hörnquist2023-09-11
| | | | | | | | | | Changed the signature of `path-append` to require at least one argument. The alternative would have been that no components expands into '.'.
| * Split test/util.scm into groups.Hugo Hörnquist2023-09-11
| |
| * Add `break` and `continue` support in `for`.Hugo Hörnquist2023-09-11
| |
| * Add documentation and tests for xdg basedir.Hugo Hörnquist2023-09-11
| |
| * Enable let-env to unset variables.Hugo Hörnquist2023-09-11
| |
| * Add test for path-append without components.Hugo Hörnquist2023-02-11
| |
* | Major work on, something.Hugo Hörnquist2023-09-05
| |
* | Move lens test.Hugo Hörnquist2023-05-03
| |
* | Merge remote-tracking branch 'origin/new-object-system' into ↵Hugo Hörnquist2023-04-24
|\ \ | | | | | | | | | datarewrite-structures
| * | Change date/time interface.Hugo Hörnquist2022-07-07
| | |
| * | Add tests for lenses.Hugo Hörnquist2022-07-07
| | |
| * | Add new object system.Hugo Hörnquist2022-07-07
| | | | | | | | | | | | fixup object tests.
* | | Add tests for href stuff.datarewriteHugo Hörnquist2023-04-21
| | |
* | | Remove old unit-test style seraliazation tests.Hugo Hörnquist2023-04-21
| | |
* | | Add tests for serialization foramts.Hugo Hörnquist2023-04-21
| | | | | | | | | | | | | | | | | | These are outside the regular unit testing, since they are more of end to end tests. Parts of this functionality is however still in the unit tests.
* | | Change xcal to work on namespaced sxml instead.Hugo Hörnquist2023-04-21
| | |
* | | Move code for finding an available socket.Hugo Hörnquist2023-04-18
| | |
* | | Move test runner to library.Hugo Hörnquist2023-04-18
| | | | | | | | | | | | | | | | | | | | | | | | This will both allow us multiple test entry points, since some integration tests doesn't fit to well in our current unit test setup. It will hopefully also allow me to reuse the code in other projects.
* | | Update test cases from RFC 4791 to be parsable by Guile.Hugo Hörnquist2023-04-18
| | |
* | | Flush ports between tests.Hugo Hörnquist2023-04-18
| | | | | | | | | | | | | | | In some cases diffs would appear in the wrong places. This also ensures a cleaner slate for each test.
* | | Move test runner diff to variable.Hugo Hörnquist2023-04-18
| | | | | | | | | | | | | | | A first step towards making diff configurable. As can already be seen with the (out commented) alternative (git diff ...)
* | | Import test cases from RFC 4791 (CalDAV).Hugo Hörnquist2023-04-18
| | |
* | | Fix propfind.Hugo Hörnquist2023-04-14
| | | | | | | | | | | | | | | | | | * Allows propfind elements to appear in any order * properly ignored unknown elements * works directly with namespaced sxml
* | | Fix copy for file resources.Hugo Hörnquist2023-04-12
| | |
* | | UNFINISHED webdav server.Hugo Hörnquist2023-04-12
| | |
* | | Add with-locale1.Hugo Hörnquist2023-04-12
| | |
* | | UNFINISHED work on formats.Hugo Hörnquist2023-04-10
| | |
* | | Fix command line handling in test runner.Hugo Hörnquist2023-04-10
| | |
* | | Add (sxml namespaced).Hugo Hörnquist2023-04-10
| | |
* | | Add init+last.Hugo Hörnquist2023-04-10
| | |
* | | Add number of missing (hnh util) tests.Hugo Hörnquist2023-04-10
| | |
* | | Reorder (util .*) tests.Hugo Hörnquist2023-04-10
| | | | | | | | | | | | | | | | | | | | | | | | Added test groups for each exported procedure (meaning that the TODOs are now updated (at least for (hnh util))). Split path tests out into own file. Also rename those files so they map 1-1 onto their core module names.