We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
doesn't quite work as expected yet, see here - https://cyber-dojo.org/kata/edit/b0U7pS
The text was updated successfully, but these errors were encountered:
experimenting with cyber-dojo + inline approvals + auto-approval https://cyber-dojo.org/kata/edit/US1feV
(almost works)
Sorry, something went wrong.
Found the problem:
We're doing a shallow file compare (only comparing stats), and if the received is the exact length as approved we get a false positive.
ApprovalTests.Python/approvaltests/file_approver.py
Line 26 in 2bdb007
for inline in cyber-dojo this line should be:
if filecmp.cmp(approved_path, received_path, shallow=is_not_cyber_dojo()):
see here: https://cyber-dojo.org/kata/edit/bHvRz1
update: fixed in latest release
now waiting to be merged to cyberdojo cyber-dojo-languages/python-approval-pytest#4 cyber-dojo-languages/python-approval-unittest#4
No branches or pull requests
doesn't quite work as expected yet, see here - https://cyber-dojo.org/kata/edit/b0U7pS
The text was updated successfully, but these errors were encountered: