Skip to content

Commit

Permalink
Use the arches test runner instead of base test
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Oct 31, 2024
1 parent eda6762 commit d7af774
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 82 deletions.
81 changes: 0 additions & 81 deletions tests/base_test.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

ELASTICSEARCH_PREFIX = "test"

TEST_RUNNER = "tests.base_test.ArchesTestRunner"
TEST_RUNNER = "arches.test.runner.ArchesTestRunner"
SILENCED_SYSTEM_CHECKS.append(
"arches.W001", # Cache backend does not support rate-limiting
)
Expand Down

0 comments on commit d7af774

Please sign in to comment.