summaryrefslogtreecommitdiff
path: root/dhall/tests/spec.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-27Replace a bunch of Err(…)? and format!("constant") calls.Ceri Storey1-16/+30
2020-12-07Thread cx everywhere else imports are readNadrieril1-15/+12
2020-12-07Thread cx through normalizationNadrieril1-78/+80
2020-12-06Exclude the new test on WindowsNadrieril1-0/+1
2020-12-06An import location is not independent from the import modeNadrieril1-2/+0
2020-12-06Add testNadrieril1-0/+2
2020-11-05Overwrite test outputs with a `--bless` optionNadrieril1-15/+25
2020-11-05Centralize test exclusion into a single functionNadrieril1-193/+182
2020-11-05tests: add some testsNadrieril1-0/+2
2020-11-01Handle partially abstract withBasile Henry1-4/+0
2020-11-01Implement type checking for With opBasile Henry1-6/+1
2020-11-01Don't pollute the dhall cache directoryNadrieril1-33/+47
2020-11-01Untangle caching codeNadrieril1-1/+1
2020-10-25Disable With related testsBasile Henry1-1/+10
2020-06-25test: mark excluded tests as ignored instead of deleting themNadrieril1-11/+6
2020-06-25fix: always set XDG_CACHE_HOME in tests.Nadrieril1-10/+11
2020-06-25fix: exclude prelude test for nowNadrieril1-1/+3
2020-06-25fix: ignore a test on WindowsNadrieril1-0/+1
2020-06-25chore: garbage collect removed testsNadrieril1-10/+0
2020-06-25spec: update encoding of floating point values to RFC7049bisNadrieril1-12/+3
2020-06-25test: catch panics in test harnessNadrieril1-7/+21
2020-06-25ci: run tests on windowsNadrieril1-7/+26
2020-06-24test: use errors instead of panics to signify test failureNadrieril1-73/+83
2020-06-24refactor: remove old test harnessNadrieril1-5/+15
2020-06-24refactor: refactor spec tests a bitNadrieril1-189/+177
2020-06-24test: write custom test harness for testsNadrieril1-0/+686