File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Overview
2
+
3
+ Test summary:
4
+
5
+ - ` ./tests/test_* ` (pytest): Unit tests. These tests don't bring up any external processes.
6
+ - ` ./tests/schema_registry/* ` (pytest): Tests related to Schema Registry that utilize a mock client and don't bring up any external processes.
7
+ - ` ./tests/avro/* ` (pytest): Tests for the old Avro API. These tests don't bring up any external processes.
8
+ - ` ./tests/integration/integration_test.py ` : Older integration tests, not built on pytest.
9
+ - ` ./tests/integration/* ` , excluding ` integration_test.py ` (pytest): Integration tests that depend on Kafka.
10
+ - ` ./tests/system ` : System tests.
11
+ - ` ./tests/soak ` : Soak test.
12
+
1
13
# Running the Tests
2
14
3
15
** Note:** Unless otherwise stated, all command, file and directory references are relative to the * repo's root* directory.
Original file line number Diff line number Diff line change @@ -4,3 +4,7 @@ pytest>=6.0.0;python_version>="3.0"
4
4
pytest-timeout
5
5
requests-mock
6
6
trivup >= 0.8.2
7
+ fastavro
8
+ avro
9
+ jsonschema
10
+ protobuf
You can’t perform that action at this time.
0 commit comments