-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
added minimal test for px #1754
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
Conversation
I was thinking of testing all the examples of the tutorial written by @nicolaskruchten so that we know that at least those function calls will execute. |
I'm doing this since I'm about to start playing with the API of px so I'd prefer to know quickly what I'm breaking :-) |
Pandas is an optional dependency for plotly.py, but is it ok to have it as a required dependency for testing? |
I'm fine with this approach as a basic smoke test, but I wouldn't go super-far with individual attribute spot-checks, given how many there are! |
💃 once rebased onto |
6a0f3f3
to
936e9ea
Compare
ok, clean build, so merging. |
Of course many more tests for px, but I'm opening this PR as a placeholder to comment about how px tests should look like.