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

20 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
b97a995dc4 Add assert_ok helper 2024-04-21 10:03:10 +02:00
Ivan Habunek
bf12dbff70 Use a stronger password in tests
gotosocial registration fails with a weak password
2024-04-06 13:15:36 +02:00
Ivan Habunek
5a26ab4940 Don't access the database in tests
This requires the mastodon instance to be patched so that email
confirmation is not required, but makes it possible to run tests on a
remote instance.
2024-01-02 21:56:51 +01:00
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
2f3f686a00 Rework how app, user are passed to context 2023-12-14 10:11:09 +01:00
Ivan Habunek
8e7a90e8da Remove unused code 2023-12-07 10:23:05 +01:00
Ivan Habunek
2429d9f751 Migrate timeline commands 2023-12-03 13:29:31 +01:00
Ivan Habunek
e5c8fc4f77 Extend instance tests 2023-11-30 20:08:59 +01:00
Ivan Habunek
3dc5d35751 Migrate account commands 2023-11-28 14:05:44 +01:00
Ivan Habunek
9ecfa79db8 Setup click, migrate read commands 2023-11-28 10:13:05 +01:00
Ivan Habunek
443f9445b1 Add --json option to account commands 2023-11-21 18:16:37 +01:00
Ivan Habunek
9664d71b57 Make get_instance return the response instead of json 2023-11-21 16:50:19 +01:00
Ivan Habunek
7da372e4a8 Disable settings for testing 2023-06-28 14:55:28 +02:00
Ivan Habunek
38487a0774 Fix error in docs 2023-06-28 14:46:36 +02:00
Ivan Habunek
4df2abf5cd Implement base_url as fixture 2023-06-22 10:59:44 +02:00
Ivan Habunek
cee289a391 Fix integration test skip logic 2023-04-06 21:35:12 +02: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