summaryrefslogtreecommitdiff
path: root/dhall/tests/spec.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace a bunch of Err(…)? and format!("constant") calls.Ceri Storey2021-03-271-16/+30
* Thread cx everywhere else imports are readNadrieril2020-12-071-15/+12
* Thread cx through normalizationNadrieril2020-12-071-78/+80
* Exclude the new test on WindowsNadrieril2020-12-061-0/+1
* An import location is not independent from the import modeNadrieril2020-12-061-2/+0
* Add testNadrieril2020-12-061-0/+2
* Overwrite test outputs with a `--bless` optionNadrieril2020-11-051-15/+25
* Centralize test exclusion into a single functionNadrieril2020-11-051-193/+182
* tests: add some testsNadrieril2020-11-051-0/+2
* Handle partially abstract withBasile Henry2020-11-011-4/+0
* Implement type checking for With opBasile Henry2020-11-011-6/+1
* Don't pollute the dhall cache directoryNadrieril2020-11-011-33/+47
* Untangle caching codeNadrieril2020-11-011-1/+1
* Disable With related testsBasile Henry2020-10-251-1/+10
* test: mark excluded tests as ignored instead of deleting themNadrieril2020-06-251-11/+6
* fix: always set XDG_CACHE_HOME in tests.Nadrieril2020-06-251-10/+11
* fix: exclude prelude test for nowNadrieril2020-06-251-1/+3
* fix: ignore a test on WindowsNadrieril2020-06-251-0/+1
* chore: garbage collect removed testsNadrieril2020-06-251-10/+0
* spec: update encoding of floating point values to RFC7049bisNadrieril2020-06-251-12/+3
* test: catch panics in test harnessNadrieril2020-06-251-7/+21
* ci: run tests on windowsNadrieril2020-06-251-7/+26
* test: use errors instead of panics to signify test failureNadrieril2020-06-241-73/+83
* refactor: remove old test harnessNadrieril2020-06-241-5/+15
* refactor: refactor spec tests a bitNadrieril2020-06-241-189/+177
* test: write custom test harness for testsNadrieril2020-06-241-0/+686