TransformerOptimus / SuperAGI

<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.
https://superagi.com/
MIT License
15.22k stars 1.83k forks source link

Tests not running #547

Closed DMTarmey closed 1 year ago

DMTarmey commented 1 year ago

I have just installed main branch of code and ran the test but few failed:-

create event calendar " def test_create_event_calendar_input_invalid(self):" delete event test @patch("your_module.GoogleCalendarCreds") test invalide input AssertionError: ValidationError not raised self =

def test_invalid_input(self):
    input_data = {"event_id": ""}
  with self.assertRaises(ValidationError):

E AssertionError: ValidationError not raised

tests\tools\google_calendar\delete_event_test.py:14: AssertionError

Test download tool

neelayan7 commented 1 year ago

Can you share some more details on the errors?

neelayan7 commented 1 year ago

https://github.com/TransformerOptimus/SuperAGI/actions/runs/5363508058/jobs/9833308119 Check this link, this was the google calendar PR that was merged. All tests ran and was successful.

DMTarmey commented 1 year ago

I pull latest updates