1 parent 59909f6 commit c6a9ec6Copy full SHA for c6a9ec6
1 file changed
tests/test_upload.py
@@ -15,6 +15,7 @@
15
BuzzheavierUploader,
16
CatboxUploader,
17
FileDitchUploader,
18
+ FilesterUploader,
19
GofileUploader,
20
LitterboxUploader,
21
MixdropUploader,
@@ -219,6 +220,13 @@ def test_sharey_upload(self):
219
220
("https://sharey.org/",),
221
)
222
223
+ def test_filester_upload(self):
224
+ url = FilesterUploader(self.file_path).upload().strip()
225
+ self._assert_uploaded_url(
226
+ url,
227
+ ("https://filester.me/d/",),
228
+ )
229
+
230
231
if __name__ == "__main__":
232
unittest.main()
0 commit comments