summaryrefslogtreecommitdiff
path: root/dhall/tests/spec.rs (unfollow)
Commit message (Expand)AuthorFilesLines
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