-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
American spellings don't work in config file #75
Comments
@brandonchinn178 FWIW: there's a really good reason why the default is |
I understand why the default is true; in general, I agree that randomizing the test order is good to prevent a implicit dependency on the order of tests. In my case, all my tests are unit tests and I want the output order to match the order in the source code, to match the spec. It's just aesthetics, so I don't think |
Also, can you explain why this is expected? I do see this: sydtest/sydtest/src/Test/Syd/OptParse.hs Lines 268 to 269 in a3ba5f3
And the help text does say it's allowed:
|
@brandonchinn178 It looks like I made two mistakes in one message:
It also looks like there's an issue with the parsing. |
@brandonchinn178 I just managed to reproduce this failure. Autodocodec has tests against this, so I'll continue digging. |
I've added another test to autodocodec and haven't found the issue, but now I think I have an idea what the issue is. |
I figured out why this happened: It turns out that I misunderstood (my own) autodocodec API and caused this bug. |
This should be fixed now that sydtest uses |
randomize-execution-order: false
doesn't seem to work in the config file, butrandomise-execution-order: false
does. Is that expected?The text was updated successfully, but these errors were encountered: