-
Notifications
You must be signed in to change notification settings - Fork 326
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
Option to build the test_build themes in CWD (and not tempdir) #1798
Labels
Comments
trallard
added
kind: enhancement
New feature or request
tag: testing
Issues related to PST testing
labels
May 2, 2024
This should be part of #1759 |
Carreau
added a commit
to Carreau/pydata-sphinx-theme
that referenced
this issue
May 2, 2024
I needed this to debug some things, so why not send it as a PR. See pydata#1798, maybe this should be folded in pydata#1759 ?
Carreau
added a commit
to Carreau/pydata-sphinx-theme
that referenced
this issue
May 2, 2024
I needed this to debug some things, so why not send it as a PR. See pydata#1798, maybe this should be folded in pydata#1759 ?
Carreau
added a commit
to Carreau/pydata-sphinx-theme
that referenced
this issue
May 2, 2024
I needed this to debug some things, so why not send it as a PR. See pydata#1798, maybe this should be folded in pydata#1759 ?
trallard
pushed a commit
that referenced
this issue
May 13, 2024
* Add env variable to control test-them build location. I needed this to debug some things, so why not send it as a PR. See #1798, maybe this should be folded in #1759 ? * Update tests/conftest.py Co-authored-by: Daniel McCloy <dan@mccloy.info> --------- Co-authored-by: Daniel McCloy <dan@mccloy.info>
ivanov
pushed a commit
to ivanov/pydata-sphinx-theme
that referenced
this issue
Jun 5, 2024
…#1800) * Add env variable to control test-them build location. I needed this to debug some things, so why not send it as a PR. See pydata#1798, maybe this should be folded in pydata#1759 ? * Update tests/conftest.py Co-authored-by: Daniel McCloy <dan@mccloy.info> --------- Co-authored-by: Daniel McCloy <dan@mccloy.info>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I think it would be useful to have an option/env variable to not erase the test rendering when running
nox -s test
, At least I wanted to check a few things and had a hard time figuring out how to get to those (e.g: checking there are enough menu items to have dropdowns).I'm suggeting
PST_BUILD_DIR='.'
for example, and if set it would not erase the temp files as well as build in.
.Unless there is an option I have not found.
The text was updated successfully, but these errors were encountered: