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 module level options #25

Merged
merged 1 commit into from
Jan 5, 2022
Merged

Add module level options #25

merged 1 commit into from
Jan 5, 2022

Conversation

martijnbastiaan
Copy link
Owner

Command-line options can now be overridden on a per-module basis by
using a module annotation:

{-# ANN module "doctest-parallel: --no-randomize-order" #-}

Closes #19

@martijnbastiaan martijnbastiaan force-pushed the module-options branch 4 times, most recently from c20d736 to 3810651 Compare January 5, 2022 19:42
Command-line options can now be overridden on a per-module basis by
using a module annotation:

    {-# ANN module "doctest-parallel: --no-randomize-order" #-}

Closes #19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add module level options
1 participant