-
Notifications
You must be signed in to change notification settings - Fork 192
Add download tests #439
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 download tests #439
Conversation
abnegate
commented
May 5, 2022
- Add file download tests
# Conflicts: # tests/Android11Java11Test.php # tests/Android11Java8Test.php # tests/Android12Java11Test.php # tests/Android12Java8Test.php # tests/Android5Java11Test.php # tests/Android5Java8Test.php # tests/KotlinJava11Test.php # tests/KotlinJava17Test.php # tests/KotlinJava8Test.php # tests/PHP74Test.php # tests/PHP80Test.php # tests/Python310Test.php # tests/Python38Test.php # tests/Python39Test.php # tests/Ruby27Test.php # tests/Ruby30Test.php # tests/Ruby31Test.php # tests/SwiftClient55Test.php # tests/SwiftServer55Test.php # tests/languages/cli/test.js
lohanidamodar
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.
Looks good, few comments.
# Conflicts: # tests/KotlinJava11Test.php # tests/KotlinJava17Test.php # tests/KotlinJava8Test.php # tests/Ruby27Test.php # tests/Ruby30Test.php # tests/Ruby31Test.php
|
@christyjacob4 This one will require an update of the test instance to include this change appwrite/appwrite#3638 |
# Conflicts: # tests/Base.php # tests/languages/cli/test.js
|
@abnegate can we update this with latest changes? |
|
@abnegate Node is failing and also Master has updated Flutter tests that are passing please sync and fix node as well. |
|
@Meldiron Any thoughts on how to fix the CLI here? The endpoint returns a string but it looks like CLI hardcodes the type as |
|
@abnegate seems node and deno are still failing. |
| 'GET:/v1/mock/tests/general/download:passed', | ||
| ]; | ||
|
|
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.
Let's rename EXTENDED_GENERAL_RESPONSES to may be DOWNLOAD_RESPONSES ?