mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
refactor(tests): remove unused TestPerformance class from schema resolver tests
This commit is contained in:
@ -534,10 +534,6 @@ class TestSchemaResolverClass:
|
||||
assert resolved[1] == {"type": "string"}
|
||||
assert resolved[2]["type"] == "object"
|
||||
assert resolved[2]["title"] == "Q&A Structure Schema"
|
||||
|
||||
|
||||
class TestPerformance:
|
||||
"""Performance-related tests"""
|
||||
|
||||
def test_cache_performance(self):
|
||||
"""Test that caching improves performance"""
|
||||
|
||||
Reference in New Issue
Block a user