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
I was playing around with custom namers, and accidentally generated a namer that generated identical received and approved file names.
I then wrote a test that I expected to fail, as the approved content didn't match the source code.
However it passed!
And I eventually worked out that it was because it was effectively testing if received content matched received content, which always passes!
The text was updated successfully, but these errors were encountered:
B Prevent failing tests passing if received and approved filenames eq…
8aadaf7
…ual (#178)
This will be fixed in the next release
Sorry, something went wrong.
d Note fixing of #178 in next releases notes
980b0b7
claremacrae
No branches or pull requests
I was playing around with custom namers, and accidentally generated a namer that generated identical received and approved file names.
I then wrote a test that I expected to fail, as the approved content didn't match the source code.
However it passed!
And I eventually worked out that it was because it was effectively testing if received content matched received content, which always passes!
The text was updated successfully, but these errors were encountered: