mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 22:14:28 +01:00
formatting
This commit is contained in:
2
tests.py
2
tests.py
@@ -2,7 +2,7 @@ import unittest
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Load all tests from the 'autogpt/tests' package
|
||||
suite = unittest.defaultTestLoader.discover('autogpt/tests')
|
||||
suite = unittest.defaultTestLoader.discover("autogpt/tests")
|
||||
|
||||
# Run the tests
|
||||
unittest.TextTestRunner().run(suite)
|
||||
|
||||
Reference in New Issue
Block a user