-
-
Notifications
You must be signed in to change notification settings - Fork 710
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
Add tests for flexbox #601
Comments
Does anyone know of a way to run single tests? Either from the command-line or (preferably) in the debugger in VS Code? |
Have a look at pytest doc |
For the record: I have to update the documentation, but here's the way to add Pytest's options when launching tests with For example: |
Related to Kozea#601.
We had 36 flex layout tests in v64, we now have 159! That’s not perfect, we still have a lot of bugs according to the W3C test suite, but we can now have way more faith in our flex layout. |
The W3 test suite is a good source of inspiration.
The text was updated successfully, but these errors were encountered: