dragonfly/test
Gaius 5b7ea5da2a
Revert "feat: replace fmt.Sprintf with net.JoinHostPort" (#2649)
Revert "feat: replace fmt.Sprintf with net.JoinHostPort (#2642)"

This reverts commit a6863f9b19.
2023-08-17 17:21:50 +08:00
..
e2e feat: update dy7.io/api to v2 (#2558) 2023-07-20 23:17:57 +08:00
testdata fix: e2e test dfget recursive (#2458) 2023-06-28 17:34:57 +08:00
tools Revert "feat: replace fmt.Sprintf with net.JoinHostPort" (#2649) 2023-08-17 17:21:50 +08:00
README.md Fix a minor typo (#2127) 2023-06-28 17:34:35 +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 unit 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