dragonfly/test
Gaius d79f6405ff
feat: replace grpc package with https://github.com/dragonflyoss/api (#1515)
Signed-off-by: Gaius <gaius.qi@gmail.com>
Co-authored-by: Jim Ma <majinjing3@gmail.com>
2023-06-28 17:33:41 +08:00
..
e2e feat: replace grpc package with https://github.com/dragonflyoss/api (#1515) 2023-06-28 17:33:41 +08:00
testdata feat: auto switch to concurrent back source based on download speed (#1494) 2023-06-28 17:33:40 +08:00
tools chore: update test/tools/no-content-length/main.go (#1440) 2023-06-28 17:33:34 +08:00
README.md fix typos for test/readme (#933) 2023-06-28 17:32:47 +08:00

README.md

Test

Dragonfly includes unit tests and E2E tests.

Unit tests

Unit tests is in the project directory.

Running unit tests

make test

Running uint tests with coverage reports

make test-coverage

E2E tests

E2E tests is in test/e2e path.

Running E2E tests

make e2e-test

Running E2E tests with coverage reports

make e2e-test-coverage

Clean E2E tests environment

make clean-e2e-test