aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAge
* 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.
* Borrow state-monad from guile-dns.Hugo Hörnquist2023-04-10
| | | | | Also imports the tests from guile-dns. Minor rewrites have been done, to match a differing project structure.
* Fix guile3 deprecation notices.Hugo Hörnquist2023-04-10
|
* Change child/parent interface for vcomponent.Hugo Hörnquist2023-02-23
|
* Start using (vcomponent create) in tests.Hugo Hörnquist2023-02-23
| | | | | This allows us to focus on what we are testing, instead of on the parser in question. It also makes the code parser-agnostic.
* Change group-by to return direct pairs.Hugo Hörnquist2023-02-23
| | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
* Extend `for'-macro to allow improper list elements.Hugo Hörnquist2023-02-23
|
* Add (vcomponent create).Hugo Hörnquist2023-02-23
|
* Change kvlist->assq to return pairs.Hugo Hörnquist2023-02-21
|
* Fix seeding of UUIDs.Hugo Hörnquist2023-02-21
|
* Change gettext '_' to 'G_'.Hugo Hörnquist2022-10-16
| | | | Guile 3 reserves _ for other stuff.
* Move all generally usable scripts to module dir.Hugo Hörnquist2022-09-23
|
* Add procedure relative-to.Hugo Hörnquist2022-09-18
|
* Rewrote make-routes to use define-syntax.Hugo Hörnquist2022-09-18
| | | | | This is the first step into adding extra functionallity, since I now want have to worry about how namespace pollution works.
* Add diff view to test runner.Hugo Hörnquist2022-07-21
|
* Tests allows multiple --only and --skip.Hugo Hörnquist2022-07-07
|
* Better expected/actual printing in tests.Hugo Hörnquist2022-07-07
|
* Various test cleanups.Hugo Hörnquist2022-07-07
|
* Clean up crypto test.Hugo Hörnquist2022-07-07
|
* Better messages for test-assert failures.Hugo Hörnquist2022-07-07
|
* Automatic test name now narrower.Hugo Hörnquist2022-07-07
| | | | | Truncated-width defaults to 79 chars, which is to wide with our padding and tree structure to the left.
* Change run-tests shebang.Hugo Hörnquist2022-07-07
| | | | Now works no matter where bash is.
* Add time[+-] overflow tests.Hugo Hörnquist2022-07-07
|
* Group base64 tests.Hugo Hörnquist2022-07-07
|
* Tests '--skip'-flag now uses test names.Hugo Hörnquist2022-07-07
| | | | | | | | This allows us both to (as before) skip complete files, as every file is run with its own name as a test group, but also individual tests and test group inside files. See GitHub issue #57
* Replace datetime tests.Hugo Hörnquist2022-06-23
|
* Update test-runner.Hugo Hörnquist2022-06-23
|
* Remove (add|remove)-day, and month[+-].Hugo Hörnquist2022-06-23
| | | | | Procedures where overly specific, and doing it manually was almost no more work.
* Reformat test/datetime.scmHugo Hörnquist2022-06-23
|
* Normalize base64 errors.Hugo Hörnquist2022-06-23
|
* Clean up btn.Hugo Hörnquist2022-06-23
|