nyuoss / glaceon-google-suite-tasks

An easy-to-use tool to manage Google Tasks.
MIT License
0 stars 0 forks source link

Fix the CI #24

Open vchrombie opened 4 months ago

vchrombie commented 4 months ago

The CI fails, because of the tests. Which is in turn, probably because of the fault in the importing the source files.

image

This should fix it I guess.

Originally posted by @vchrombie in https://github.com/nyuoss/glaceon-google-suite-tasks/issues/23#issuecomment-2109243089

Yanglin-Tao commented 4 months ago

Thanks for the suggestion. The import issue has been fixed in this PR, https://github.com/nyuoss/glaceon-google-suite-tasks/pull/25, however the CI is still failing and likely due to the setup of mocked Google APIs.

vchrombie commented 4 months ago

Thanks for the suggestion. The import issue has been fixed in this PR, #25, however the CI is still failing and likely due to the setup of mocked Google APIs.

You are right. Instead of setting the mocked Google APIs, you can use mocking in pytest.