-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
Remove C based integration tests #1526
Remove C based integration tests #1526
Conversation
a7329e1
to
ca49bdb
Compare
01d4cb7
to
fb99dac
Compare
09c7564
to
e8fdde9
Compare
This one is ready for review. It depends on #1594 (the document portal tests that I seem to have missed). |
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.
Slightly handwavy LGTM though note the possibly missing assert
s, the rest are just nitpicks
a1675bc
to
8a81cb2
Compare
The python changes here already made it into the main branch. I just forgot to rebase this PR. Created a PR with the issues you spotted: #1610 |
There's a file conflict with this PR |
Instead of seperating them on the fact that some are C and some are python, seperate them by what kind of tests they are. In this case, all C tests are unit tests and all pytest tests are integration tests.
8a81cb2
to
35b5822
Compare
Rebased and renamed the test suite from |
Thank you very much! |
Includes
#1523
#1524
#1525
This is a draft because we should probably keep the C tests around for a bit and make sure the python tests are working as they should. Couldn't resist deleting so much code though...