Replies: 1 comment 2 replies
-
Thanks for starting this discussion @blaisep. Our test setup is more complicated than we'd like and needs some simplification/improvement. As part of this, I think a natural step would be to ensure the corresponding documentation is updated and that content gaps are addressed as needed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recommended this to someone in the Sphinx Slack channel (we'll call him
Kayce
) as an example of how to write a theme. It turns out he already uses it however he found the tests a little hard to figure out.So I looked at the dev guide:
https://pydata-sphinx-theme.readthedocs.io/en/stable/community/topics/manual-dev.html#manually-run-the-tests
and https://github.com/pydata/pydata-sphinx-theme/blob/main/tox.ini
and it doesn't describe how the tests are put together.
I almost seems like most of the heavy lifting happens in https://github.com/pydata/pydata-sphinx-theme/blob/main/tests/test_playwright.py#L2
Is this suggestion too vague?
Beta Was this translation helpful? Give feedback.
All reactions