aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--tests.py1
2 files changed, 2 insertions, 0 deletions
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 (
15## TODO: 15## TODO:
16 16
17- [ ] Delayed checkins (Scheduled posts on Fediverse) 17- [ ] Delayed checkins (Scheduled posts on Fediverse)
18- [ ] Add end-to-end tests
18- [ ] add Telegram payment option to enable raw GPS checkins 19- [ ] add Telegram payment option to enable raw GPS checkins
19- [ ] Anonymized usage analysis, monitoring (Grafana/Prometheus) 20- [ ] 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/
Powered by cgit v1.2.3 (git 2.41.0)