aboutsummaryrefslogtreecommitdiff
path: root/tests/test (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
|
* Change xcal to work on namespaced sxml instead.Hugo Hörnquist2023-04-21
|
* 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
|
* 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.
* 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.
* Various test cleanups.Hugo Hörnquist2022-07-07
|
* Clean up crypto test.Hugo Hörnquist2022-07-07
|
* Add time[+-] overflow tests.Hugo Hörnquist2022-07-07
|
* Group base64 tests.Hugo Hörnquist2022-07-07
|
* Replace datetime tests.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
|
* Remove ->str and ->quoted-string.Hugo Hörnquist2022-06-23
| | | | | | ->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once.
* Wrote (and fixed) tests for filename-extension.Hugo Hörnquist2022-06-23
|
* Merge html-validator.Hugo Hörnquist2022-06-13
|\ | | | | | | | | | | | | | | Adds an HTML validator which checks the soundness of our generated document, both before and after javascript is ran (thanks to selenium). This merge also fixes the initial problems, meaning that the HTML should validate as of this commit.
| * Remove with-label.Hugo Hörnquist2022-06-12
| |
* | Cleanup of zic.Hugo Hörnquist2022-06-13
| |
* | Remove custom let*.Hugo Hörnquist2022-06-13
| | | | | | | | | | | | While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
* | Add zic tests.Hugo Hörnquist2022-06-13
| | | | | | | | Also update zic to pass most of these tests.
* | Add timespec tests.Hugo Hörnquist2022-06-12
|/
* Allow HTML output of all routes.Hugo Hörnquist2022-06-12
|\ | | | | | | | | | | | | | | XHTML is still the far supperior format. However; Chrome(-like) browsers Lighthouse feature is worth quite a bit when it comes to ensuring a good web page, and Lighthouse refuses to work on anything except text/html. This is my work-around for that.
| * Add <!DOCTYPE html> to xhtml-doc macro.Hugo Hörnquist2022-06-12
| | | | | | | | | | | | | | | | | | The doctype declaration is "required" when outputing regular HTML, and fine when output XHTML. Also remove the tests of xhtml-doc, since they basically just copied the deffinition (and stoped working since a procedure can't easily be tested for equality).
* | Remove obsolete TODO about testing html sliders.Hugo Hörnquist2022-06-11
| |
* | Add tests for web-query.Hugo Hörnquist2022-06-11
|/
* Add tests for exdate and rdate in recurrence sets.Hugo Hörnquist2022-06-11
| | | | | | And improve recurrence-advance to actually produce sensible objects. These are currently failing, but are fixed in the next commit.
* Supress time-limited-stream test.Hugo Hörnquist2022-06-10
| | | | | | While fine, it often doesn't time out. I highly believe that this is a bug with how guile's time limit system works. And the test is slow either way per design, so might as well skip it.
* Possibly marginally improve tests.Hugo Hörnquist2022-05-18
|
* Add procedure realpath.Hugo Hörnquist2022-05-18
|
* Add test for remove-child!Hugo Hörnquist2022-05-11
|