Skip to content

Commit 9a7c1ef

Browse files
committed
Fixes for integration-testing README
1 parent 53fcaf6 commit 9a7c1ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration-testing/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
This is a supplementary project that provides integration tests.
44

55
The tests are the following:
6-
* `MavenPublicationValidator` depends on the published artifacts and tests artifacts binary content and absence of atomicfu in the classpath.
7-
* `CoreAgentTest` checks that `kotlinx-coroutines-core` can be run as a Java agent.
8-
* `DebugAgentTest` checks that the coroutine debugger can be run as a Java agent.
6+
* `mavenTest` depends on the published artifacts and tests artifacts binary content for absence of atomicfu in the classpath.
7+
* `coreAgentTest` checks that `kotlinx-coroutines-core` can be run as a Java agent.
8+
* `debugAgentTest` checks that the coroutine debugger can be run as a Java agent.
99
* `smokeTest` builds the test project that depends on coroutines.
1010

1111
The `integration-testing` project is expected to be in a subdirectory of the main `kotlinx.coroutines` project.

0 commit comments

Comments
 (0)