Skip to content

Commit fb4dff7

Browse files
committed
test: add Aerospike unit and integration tests
Signed-off-by: Valentyn Kahamlyk <valentin.kagamlyk@gmail.com>
1 parent 534b935 commit fb4dff7

3 files changed

Lines changed: 723 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
from tests.universal.feature_repos.integration_test_repo_config import (
2+
IntegrationTestRepoConfig,
3+
)
4+
from tests.universal.feature_repos.universal.online_store.aerospike import (
5+
AerospikeOnlineStoreCreator,
6+
)
7+
8+
FULL_REPO_CONFIGS = [
9+
IntegrationTestRepoConfig(
10+
online_store="aerospike",
11+
online_store_creator=AerospikeOnlineStoreCreator,
12+
),
13+
]

0 commit comments

Comments
 (0)