-
Notifications
You must be signed in to change notification settings - Fork 4k
Reorganize tests from streamlit_test.py #6481
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
It is duplicated in lib/tests/streamlit/elements/legacy_altair_test.py line 41
It is duplicated by lib/tests/streamlit/elements/arrow_altair_test.py line 44
It is duplicated by lib/tests/streamlit/elements/legacy_altair_test.py line 125
It is duplicated by lib/tests/streamlit/elements/arrow_altair_test.py line test_arrow_chart_with_x_y
It is duplicated in lib/tests/streamlit/elements/arrow_altair_test.py line 292
It is duplicated by lib/tests/streamlit/elements/arrow_dataframe_test.py line 51
lukasmasuch
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to me like a reasonable and good restructuring 👍 I'm not sure about the actual reason why all those elements got mixed into a single file. I assume it only grew this way historically, but maybe there is another reason here. Probably best to do another quick check with @tconkling before merging.
|
This is a good change - and yeah, |
* develop: Dont use constraints file in scheduled builds (streamlit#6470) Reorganize tests from streamlit_test.py (streamlit#6481) Date and Time test classes (streamlit#6501)
📚 Context
This file contained tests for many different unrelated components. I have now moved the tests to files consistent with what module is being tested.
This is not related to any project, but I decided to clean it up because due to conflicts in this file, I had to rebase more than once.
Please describe the project or issue background here
What kind of change does this PR introduce?
Chore
🧠 Description of Changes
Add bullet points summarizing your changes here
Revised:
Insert screenshot of your updated UI/code here
Current:
Insert screenshot of existing UI/code here
🧪 Testing Done
🌐 References
Does this depend on other work, documents, or tickets?
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.