10 lines
330 B
Markdown
10 lines
330 B
Markdown
![]() |
# Integration Tests
|
||
|
|
||
|
This directory contains integration tests that verify the interaction between vlkaye-server and valkeyJSON module features working together. Unlike unit tests that test individual components in isolation, these tests validate the system's behavior as a whole.
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
```text
|
||
|
python 3.9
|
||
|
pytest 4
|
||
|
```
|