Runs the doctests much faster, which is potentially useful in combination with postgrest-watch for local development. This implies that doctests run on compiled code, not in a GHCi session, which has some implications: - Only exported functions can be tested. - Imports need to be made explicit in doctests themselves. On the flipside, this would allow us to potentially include doctest results in code coverage, I believe. This change is a requirement to vendor hasql, which otherwise breaks the existing doctests: hasql contains a .hsc file, which *needs* to be compiled - not interpreted - to make the tests work.
34 lines
348 B
Plaintext
34 lines
348 B
Plaintext
.DS_Store
|
|
db
|
|
dist
|
|
.cabal-sandbox
|
|
cabal.sandbox.config
|
|
hscope.out
|
|
codex.tags
|
|
.anvil
|
|
.stack-work*
|
|
tags
|
|
site
|
|
*~
|
|
*#*
|
|
.#*
|
|
*.swp
|
|
result*
|
|
dist-*
|
|
postgrest.hp
|
|
postgrest.prof
|
|
__pycache__
|
|
*.tix
|
|
coverage
|
|
.hpc
|
|
loadtest
|
|
.history
|
|
.docs-build
|
|
gen_targets.http
|
|
gen_jwks.json
|
|
gen_private.json
|
|
.pytest_cache
|
|
.ruff_cache
|
|
postgrest-module-graph.png
|
|
.ghc.environment.*
|