Skip to content
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 recording API #20

Merged
merged 2 commits into from
Dec 5, 2023
Merged

Add recording API #20

merged 2 commits into from
Dec 5, 2023

Conversation

Karolk99
Copy link
Contributor

@Karolk99 Karolk99 commented Dec 1, 2023

@Karolk99 Karolk99 requested review from roznawsk and Rados13 December 1, 2023 15:45
Comment on lines +23 to +26
class TestGetList:
def test_valid(self, recording_api: RecordingApi):
all_rooms = recording_api.get_list()
assert isinstance(all_rooms, list)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After finding this difference between what jellyfish returned and what was defined in OpenApiSpec what do you think about testing get_list after some recording is created?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jellyfish/_recording_api.py Outdated Show resolved Hide resolved
Co-authored-by: Przemysław Rożnawski <[email protected]>
@Karolk99 Karolk99 merged commit 57716b3 into main Dec 5, 2023
2 checks passed
@Karolk99 Karolk99 deleted the recording-api branch December 5, 2023 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants