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

Add tests for flexbox #601

Open
liZe opened this issue Mar 24, 2018 · 3 comments
Open

Add tests for flexbox #601

liZe opened this issue Mar 24, 2018 · 3 comments
Labels
feature New feature that should be supported good first issue Issues that can be quite easily solved by Python developers with a good CSS background

Comments

@liZe
Copy link
Member

liZe commented Mar 24, 2018

The W3 test suite is a good source of inspiration.

@liZe liZe added feature New feature that should be supported good first issue Issues that can be quite easily solved by Python developers with a good CSS background labels Mar 24, 2018
@liZe liZe added this to the 43 milestone Mar 24, 2018
@tokyovigilante
Copy link

Does anyone know of a way to run single tests? Either from the command-line or (preferably) in the debugger in VS Code?

@Tontyna
Copy link
Contributor

Tontyna commented Aug 26, 2018

Have a look at pytest doc

@liZe
Copy link
Member Author

liZe commented Aug 31, 2018

For the record: I have to update the documentation, but here's the way to add Pytest's options when launching tests with setup.py: you have to add the --addopts parameter.

For example: ./setup.py test --addopts='--no-cov -k test_float_text_indent'.

liZe added a commit that referenced this issue Sep 20, 2018
patbakdev pushed a commit to patbakdev/WeasyPrint that referenced this issue Sep 20, 2018
liZe added a commit that referenced this issue Oct 31, 2018
@liZe liZe removed this from the 43 milestone Nov 12, 2018
malnajdi added a commit to malnajdi/WeasyPrint that referenced this issue Oct 10, 2020
malnajdi added a commit to malnajdi/WeasyPrint that referenced this issue Oct 10, 2020
malnajdi added a commit to malnajdi/WeasyPrint that referenced this issue Oct 10, 2020
malnajdi added a commit to malnajdi/WeasyPrint that referenced this issue Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature that should be supported good first issue Issues that can be quite easily solved by Python developers with a good CSS background
Projects
None yet
Development

No branches or pull requests

3 participants