-
Notifications
You must be signed in to change notification settings - Fork 1
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 file component #24
Conversation
tests/test_room_api.py
Outdated
component = room_api.get_room(room.id).components[0] | ||
|
||
component_file = ComponentFile( | ||
component_file = test_data.component( |
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.
Shouldn't it be renamed?
README.md
Outdated
@@ -98,6 +98,11 @@ You can test the SDK by running | |||
poetry run ci_test | |||
``` | |||
|
|||
In local development you can use | |||
``` | |||
poetry run pytest -m "not file_component_sources" |
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.
Maybe we should create a poetry script for that something like test.local
or something like that.
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.
will do
No description provided.