diff options
author | clarkzjw <[email protected]> | 2023-02-28 16:03:12 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-28 16:03:12 -0800 |
commit | be3d3f40aa2d8796653677169cacf4026c2f33da (patch) | |
tree | 63d0485f0533052df50ba0ebe478a6304a90a81f | |
parent | 0041eb4f9893687565e444be9d50648f49aa4d91 (diff) | |
download | swarm2fediverse-be3d3f40aa2d8796653677169cacf4026c2f33da.tar.gz |
update README to include e2e testsfeature/e2e_test
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | tests.py | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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/ | |||