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
The following tests aren't passing
test_assertion_visitor/test_mock -- test_rl_equality test_validator/test_instantiate -- test_generics, test_extended_generics
The text was updated successfully, but these errors were encountered:
In future, please create on issue for each of the above line items, such that they can be managed independently.
I think we can ignore test_rl_equality for now, as it is a pretty weird syntactic case:
test_rl_equality
assert TodoItem(goal="Go to the store and buy some milk", people=["Me"]) == create_todolist_item("I would like to go to the shop and buy some milk")
Normally, the left side of the assert is the 'thing' we are testing - in this case the function.
Sorry, something went wrong.
JackHopkins
No branches or pull requests
The following tests aren't passing
test_assertion_visitor/test_mock -- test_rl_equality
test_validator/test_instantiate -- test_generics, test_extended_generics
The text was updated successfully, but these errors were encountered: