summaryrefslogtreecommitdiff
path: root/dhall/tests/spec.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | We do NOT want to write in real directories during tests, but it's even worse if it's the user's directory. We really need a non-stupid cache abstraction.
* fix: exclude prelude test for nowNadrieril2020-06-251-1/+3
| | | | | It's broken because cached imports get alpha-normalized. Those tests should be run with a dummy cache.
* 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