bitemyapp / bitemyapp/fp-course
`stack test` and `make test` should only run HSpec
- Dominant language
- Haskell
- Stars
- 449
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
per @parsonsmatt
>The only tricky thing we might want to do is make stack test only run the hspec tests, and not the doctest test suite. Or maybe the doctests can just be an executable that we build and run in CI
We should continue to run the doctests in CI but doctests should get flagged out of getting run by default by `stack test` unless explicitly asked for.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Stack and Make configuration behind `stack test` and `make test`, then identify how the HSpec and doctest suites are registered. Verify that the default test commands run only HSpec, while doctests remain available explicitly and continue to run in CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- build-system, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100