Commit Graph

11 Commits

Author SHA1 Message Date
Paco Esteban 0c5667181b mock archive toot media response 2021-08-23 18:18:42 +02:00
Hugh Rundle a989abc80b add test for archive_toot_media 2021-08-23 20:57:09 +10:00
Hugh Rundle 039a142c24 Add default values to functions
Aimed to be a fix for #66 (concat incompatible type errors under certain conditions)
2021-02-12 21:11:25 +11:00
Hugh Rundle 790c0d97e1 add tests for -qq and -qqq 2020-09-12 15:09:16 +10:00
Hugh Rundle fbbea05fab fix version test 2020-09-12 14:27:46 +10:00
Hugh Rundle 44f764ace0
Merge pull request #59 from hughrun/sanitise-init
Sanitise init
2020-09-12 14:24:47 +10:00
Hugh Rundle e8ff05b11d sanitise --init inputs
Adds function to check most inputs for config file, to ensure they meet requirements.

For example, that tags don't have a "#" and the username doesn't have a "@"
2020-09-12 14:04:53 +10:00
Mohamad Safadieh 7aed1e8d1a
add options to further suppress output
This commit adds the ability to further suppress output for accounts
with no deleted toots using the `-qq` flag. It alsoadds the option
to completely suppress logging (excluding exceptions) by using the
`-qqq` flag
2020-09-09 19:06:38 -04:00
Hugh Rundle 4905e0543d format with black 2020-09-08 20:05:10 +10:00
Hugh Rundle f25cc49ce1 prepare for v3.0.0
- update documentation
- bump version
2020-09-06 18:08:14 +10:00
Hugh Rundle f430ef1049 add tests
adds complete test suite using pytest
2020-09-05 17:24:10 +10:00