Convert to python module named autogpt.

Also fixed the Dockerfile.
Converting to module makes development easier.
Fixes coverage script in CI and test imports.
This commit is contained in:
Dino Hensen
2023-04-14 18:28:58 +02:00
committed by Merwane Hamadi
parent a17a850b25
commit d64f866bfa
45 changed files with 352 additions and 90 deletions

View File

@@ -1,7 +1,7 @@
import unittest
import tests.context
from scripts.json_parser import fix_and_parse_json
from autogpt.json_parser import fix_and_parse_json
class TestParseJson(unittest.TestCase):