added 2 more tests, second test is a combination of two tests#306
added 2 more tests, second test is a combination of two tests#306
Conversation
|
In this commit, I actually tried by-passing the So atleast temporarily, we are stuck with the ssh approach till we figure something else out. |
f3d4cd0 to
2037c7c
Compare
…e to fetch dir status or zip files
|
@borrrden here the syncgateway.py file has all the methods that mypy is complaining about, I ran all the mypy checks locally and verified it too, why is it yet failing? Can you have a look at it please? The mypy test should not be failing the funcs exist in all versions, ie, local and remote of this branch |
|
Are you sure you don't have local changes that are not present here? |
Actually I was wrong, you're right, but no the changes aren't local but rather in #322 , hence this PR awaits that, once that's merged, this is a 2min job to rebase, push, fixed mypy, your approval, and done. But I remembered I have to add the Caddy and Other test's stuff too 😭 |
|
@borrrden requesting re-reviewal since i've added SG upadated funcs and also added Caddy browsing hence making the second possible too. |
Adds the tests :
from mobile-testkit repo.
The 2nd and 3rd tests are combined together into one test, ie, the 2nd test in the migrated versions.
1st test is a direct migration of the 1st one in the list.