1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00
Commit Graph

11 Commits

Author SHA1 Message Date
Ivan Habunek
3a147a5ea0
Move Run type alias to conftest
It's only used in tests
2024-01-01 09:52:15 +01:00
Ivan Habunek
f72e4ba844
Move code from toot.tui.base to toot.tui 2023-12-14 11:35:52 +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
d8c7084678
Migrate auth commands 2023-11-30 20:12:04 +01:00
Ivan Habunek
6c9b939175
Better test file name 2023-11-30 12:12:41 +01:00
Ivan Habunek
c0eb76751f
Migrate update_account command 2023-11-28 16:56:53 +01:00
Ivan Habunek
d6678e0498
Migrate post command 2023-11-28 11:53:43 +01:00
Ivan Habunek
7929919ffc
Add --json option to update_account 2023-11-22 08:41:15 +01:00
Ivan Habunek
6cdba16fcf
Make verify_credentials return the http response
Required if we want to emit json without decoding it
2023-11-18 15:40:50 +01:00
Ivan Habunek
5cb8967c84
Simplify integration tests by catching ConsoleError 2023-03-30 12:44:32 +02:00
Ivan Habunek
3d7f7cfce3
Break up integration tests 2023-03-30 10:56:40 +02:00