Skip to content

Commit 3fa64df

Browse files
authored
Move testing/ to examples/ (#84)
1 parent c8fa21c commit 3fa64df

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ run-artemis:
2121
docker compose run --service-ports artemis
2222

2323
run-consumer:
24-
uv run testing/consumer.py
24+
uv run examples/consumer.py
2525

2626
run-producer:
27-
uv run testing/producer.py
27+
uv run examples/producer.py
2828

2929
publish:
3030
rm -rf dist

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ Also, I want to pointed out that:
133133

134134
### Examples
135135

136-
See producer and consumer examples in [testing/](./testing/).
136+
See producer and consumer examples in [examples/](examples).
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)