aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Collapse)AuthorAge
* Top level catch around tests.Hugo Hörnquist2022-06-21
|
* 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
| |
| * Add html validator.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.
* | fixup! a2988fb35f7c61041d094ca202dbc1e4baecde2fHugo Hörnquist2022-06-13
| |
* | Update test-runner to display a tree for groups.Hugo Hörnquist2022-06-12
| |
* | 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).
* | Add number of TODO's.Hugo Hörnquist2022-06-11
| |
* | 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.
* Cleanup in run-tests.Hugo Hörnquist2022-06-10
|
* 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
|
* Add (currently failing) tests for remove-event.Hugo Hörnquist2022-05-11
|
* Move let-env to own module.Hugo Hörnquist2022-05-11
|
* Add a lot of new unit tests.Hugo Hörnquist2022-04-21
|
* Allow tests in subdirs.Hugo Hörnquist2022-04-21
|
* Merge all datetime tests to one file.Hugo Hörnquist2022-04-11
|
* Readd --skip and --only flags to run-tests.Hugo Hörnquist2022-04-05
|
* Add tests for add-and-save.Hugo Hörnquist2022-04-05
|
* Testrunner skip hidden files.Hugo Hörnquist2022-03-28
|
* Normalize errors.Hugo Hörnquist2022-03-28
|
* Add test for begin1 and set! interaction.Hugo Hörnquist2022-03-08
|
* Complete coverage in base64 tests.Hugo Hörnquist2022-03-07
|
* Replace Guile's srfi-64:s test-error with working version.Hugo Hörnquist2022-03-07
| | | | Along with updating now failing tests.
* Rewrote checksum->string.Hugo Hörnquist2022-03-07
| | | | Lets take full advantage of guile's format.
* Add tests for (crypto) module.Hugo Hörnquist2022-03-07
|
* Add new tests.Hugo Hörnquist2022-03-07
|
* Rewrote tests for path operations.Hugo Hörnquist2022-03-07
|
* Add --verbose flag to testrunner.Hugo Hörnquist2022-03-07
|
* Test runner only output coverage of "our" modules.Hugo Hörnquist2022-03-07
|
* Repair begin1 tests.Hugo Hörnquist2022-03-06
|
* Make web server test find free port.Hugo Hörnquist2022-03-06
|
* Allow explicit GUILE environment, document it.Hugo Hörnquist2022-03-06
| | | | | | | | The environment variable GUILE can now be set to override the guile version, which allows us to test the code with multiple versions/implementations. Also updates README to note these variables.
* Tests now use our local compiled files.Hugo Hörnquist2022-03-04
| | | | | | Previously there was a bunch of errors with the tests, where they tried to compile everything automatically, which usually went rather poorly due to it being in --debug mode.
* Explicitly format unbound-variable errors.Hugo Hörnquist2022-03-04
|
* Properly note failing tets in recurrence.Hugo Hörnquist2022-03-01
|
* Create own test runner.Hugo Hörnquist2022-03-01
|
* Add unit test for days-in-interval.Hugo Hörnquist2022-03-01
|
* Datetime test parse-month.Hugo Hörnquist2022-02-13
|
* Move path-append to own module.Hugo Hörnquist2022-02-01
|
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.