-
Notifications
You must be signed in to change notification settings - Fork 324
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
Break down SCIM modules and annotate SCIM tests #614
Conversation
35ba5d2
to
2d29dec
Compare
2d29dec
to
84bfb69
Compare
|
Tests failed because stale files are not cleaned properly in the Ubuntu job 🔪 |
-- Related, but not the solution: https://github.com/hspec/hspec/pull/397 | ||
-- On the other hand, we cannot easily 'mkEnvFromOptions' inside each module, since it | ||
-- requires @-s@, @-i@ command line modules, which will make 'hspec' choke. Related, but not | ||
-- the solution: https://github.com/hspec/hspec/pull/397. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
describe "Spar.Data" Test.Spar.DataSpec.spec | ||
describe "Spar.Intra.Brig" Test.Spar.Intra.BrigSpec.spec | ||
describe "Spar.Scim" Test.Spar.ScimSpec.spec | ||
describe "Spar.Scim.Auth" Test.Spar.Scim.AuthSpec.spec |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like this change. Test
was for the test cases, everything else for the tooling. But ok, now it's changed. I hope I won't change it back at some point. :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
never mind, that comment made no sense.
No new tests yet but there will be some.