Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add integration with Tasty #18

Open
martijnbastiaan opened this issue Dec 30, 2021 · 0 comments
Open

Add integration with Tasty #18

martijnbastiaan opened this issue Dec 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@martijnbastiaan
Copy link
Owner

It would be nice if we could publish a package docktest-parallel-tasty that would provide Tasty integration, i.e., that would yield a TestTree. Something like:

tastyFromCabal :: String -> [String] -> IO TestTree
tastyFromLibrary :: String -> Config -> IO TestTree
tastyFromCabalWithConfig :: Library -> [String] -> IO TestTree
tastyFromLibraryWithConfig :: Library -> Config -> IO TestTree

Granularity is an open question for me: would we make each module a TestTree or each example?

@martijnbastiaan martijnbastiaan added the enhancement New feature or request label Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant