-
Notifications
You must be signed in to change notification settings - Fork 101
Use expect test for parser tests #642
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
Use expect test for parser tests #642
Conversation
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.
Odoc_model.Semantics
and Odoc_model.Reference.parse
are no longer tested. (which were in the previous version)
They need to be tested too but outside of the "parser" library, maybe in a new test/model
directory. A lot of these tests need to move there (the Reference_component_kind
section, every tests that contain occurences of warnings defined in src/model/semantics.ml
).
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
769f795
to
6e65056
Compare
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
I think this is looking good now! |
No description provided.