mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 18:04:28 +01:00
Merge branch 'Significant-Gravitas:master' into 0xf333_branch
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
|
||||
- name: Run unittest tests with coverage
|
||||
run: |
|
||||
coverage run --source=autogpt -m unittest discover tests
|
||||
pytest --cov=autogpt --without-integration --without-slow-integration
|
||||
|
||||
- name: Generate coverage report
|
||||
run: |
|
||||
|
||||
@@ -4,6 +4,8 @@ import os
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import pytest
|
||||
|
||||
from autogpt.memory.local import LocalCache
|
||||
|
||||
|
||||
@@ -21,6 +23,7 @@ def mock_config() -> dict:
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.integration_test
|
||||
class TestLocalCache(unittest.TestCase):
|
||||
"""Tests for LocalCache class"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user