Skip to content

Commit

Permalink
Move testing/ to examples/ (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrslev authored Nov 2, 2024
1 parent c8fa21c commit 3fa64df
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ run-artemis:
docker compose run --service-ports artemis

run-consumer:
uv run testing/consumer.py
uv run examples/consumer.py

run-producer:
uv run testing/producer.py
uv run examples/producer.py

publish:
rm -rf dist
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ Also, I want to pointed out that:

### Examples

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

0 comments on commit 3fa64df

Please sign in to comment.