-
Notifications
You must be signed in to change notification settings - Fork 47
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 io test #21
add io test #21
Conversation
Codecov Report
@@ Coverage Diff @@
## main #21 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 15 15
Lines 667 667
=====================================
Misses 667 667
Flags with carried forward coverage won't be shown. Click here to find out more. |
updates: - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0) - [github.com/PyCQA/flake8: 5.0.1 → 5.0.4](PyCQA/flake8@5.0.1...5.0.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
@LucaMarconato feel free to merge in your branch anytime you're ready |
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'd like to merge.
Question though: Why do the test directories have names like _io
? Idk that we need to specify private v public tests.
I believe @LucaMarconato merged this in #22 already, can we close it? thanks for feedback, good point we can remove private/public |
Can we merge it instead? I would much rather have the test on main. |
Yes we can merge. I added an extra step to the roundtrip (writing back to disk and checking the written output bytewise) and this triggers a nasty bug. Gonna open a issue later, but we meanwhile we can merge this. |
No description provided.