-
Notifications
You must be signed in to change notification settings - Fork 53
Existing Suite Test is Failing #66
Comments
I just took a look at currently open PRs, and it appears that #58 might fix these issues. Not 100% sure though. |
@hydrosquall it looks like @osantana confirmed that this will fix the tests. Once we get that merged, can you please verify? |
@mbernier sure, just tag me when that goes through :) |
#58 was merged :) |
I just pulled the latest changes from master, and it looks to me like the 2 tests still fail:
|
Have you tried to recreate your DB with new |
@osantana - nice catch, that made the keyword argument error go away. With that said, the tests as they stand still fail because the tests that attempt to retrieve data from the DB fail unless you ran
|
I tried to run locally and all tests passed successfully. But the tests made some requests to Github API using my It would be good to replace this requests with mock or something like |
Right, the tests only pass if you run I was thinking of using |
Running
python setup.py test
fails thetest_update_package_manager_data
test case.The error message is that
'node_http_client_downloads' is an invalid keyword argument for PackageManagerData
The
PackageManagerData
class needs to be augmented with this keyword argument so that tests can pass again.My Environment
The text was updated successfully, but these errors were encountered: