From be3d3f40aa2d8796653677169cacf4026c2f33da Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 28 Feb 2023 16:03:12 -0800 Subject: update README to include e2e tests --- README.md | 1 + tests.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests.py diff --git a/README.md b/README.md index 3ef5659..ff9d79a 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,6 @@ Foursquare Swarm like Telegram bot to check in at places and post to Fediverse ( ## TODO: - [ ] Delayed checkins (Scheduled posts on Fediverse) +- [ ] Add end-to-end tests - [ ] add Telegram payment option to enable raw GPS checkins - [ ] Anonymized usage analysis, monitoring (Grafana/Prometheus) diff --git a/tests.py b/tests.py new file mode 100644 index 0000000..458b622 --- /dev/null +++ b/tests.py @@ -0,0 +1 @@ +# Ref: https://shallowdepth.online/posts/2021/12/end-to-end-tests-for-telegram-bots/ -- cgit v1.2.3