Skip to content

Commit ea95a65

Browse files
author
Matt Howlett
authored
Added summary section to test documentation (confluentinc#1052)
1 parent 060e656 commit ea95a65

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

tests/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
# Running the Tests
214

315
**Note:** Unless otherwise stated, all command, file and directory references are relative to the *repo's root* directory.

tests/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ pytest>=6.0.0;python_version>="3.0"
44
pytest-timeout
55
requests-mock
66
trivup>=0.8.2
7+
fastavro
8+
avro
9+
jsonschema
10+
protobuf

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy