Skip to content

Commit d0a8e45

Browse files
Add more agent files
1 parent 7edffc8 commit d0a8e45

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ To test the SDK run:
2828

2929
```bash
3030
./gradlew temporal-sdk:test
31-
```
31+
```
32+
33+
running all tests can take a long time

temporal-sdk/AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ This directory contains the core Temporal SDK code, which is used to build Tempo
22

33
The SDK is written in Java and is designed to be used with the Temporal service. It provides a set of APIs for defining workflows and activities, as well as for managing the execution of those workflows and activities.
44

5+
# Testing
6+
7+
All tests are written using JUnit4.
8+
9+
All tests for this package are located in `temporal-sdk/src/test/java/io/temporal`
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Summary
2+
3+
This directory and sub directory contain tests for workflow APIs.
4+
5+
# Testing
6+
7+
Tests should use the `SDKTestWorkflowRule` to create a worker, register workflows, activities and nexus services.

0 commit comments

Comments
 (0)