0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-09-21 19:35:03 -04:00
Commit Graph

9 Commits

Author SHA1 Message Date
Ivan Habunek
3ff9bc7942 Use assert_ok helper for better testing errors 2024-09-22 22:14:36 +02:00
Ivan Habunek
1dac093be7 Add --json option to lists commands 2023-12-14 14:10:53 +01:00
Ivan Habunek
164016481d Replace lists commands with subcommands 2023-12-13 16:14:46 +01:00
Ivan Habunek
fab23b9069 Reorganize cli imports
The old way did not allow for having multiple commands of the same name
2023-12-13 15:00:47 +01:00
Ivan Habunek
5d9ee44cec Migrate list commands 2023-11-29 12:11:41 +01:00
Ivan Habunek
d6678e0498 Migrate post command 2023-11-28 11:53:43 +01:00
Ivan Habunek
5cb8967c84 Simplify integration tests by catching ConsoleError 2023-03-30 12:44:32 +02:00
Ivan Habunek
e3394c1693 Extract fetching list ID
Also don't check if account is found, that function alredy raises a
ConsoleError.
2023-03-30 12:31:04 +02:00
Ivan Habunek
a19670d0c3 Add integration tests for lists 2023-03-30 12:00:12 +02:00