Skip to content
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

Some tests not passing #12

Closed
MartBakler opened this issue Oct 28, 2023 · 1 comment
Closed

Some tests not passing #12

MartBakler opened this issue Oct 28, 2023 · 1 comment
Assignees

Comments

@MartBakler
Copy link
Collaborator

The following tests aren't passing

test_assertion_visitor/test_mock -- test_rl_equality
test_validator/test_instantiate -- test_generics, test_extended_generics

@JackHopkins
Copy link
Contributor

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:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants