1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00
Commit graph

30 commits

Author SHA1 Message Date
OMEGARAZER
005454a5c2
Don't create directory if not needed
Moves creation of parent directories after dupe check so directories are not made if not needed.
2023-02-26 16:52:39 -05:00
OMEGARAZER
98aa3d7cb6
Quote cleanup
cleanup of some strings to prioritize outer double quotes when both are present or switch to double quotes when only single is present.
2023-02-18 16:06:32 -05:00
OMEGARAZER
086f4090d4
UP034 2023-01-28 23:59:53 -05:00
OMEGARAZER
247ea5ddd0
UP009 2023-01-28 23:56:23 -05:00
Serene-Arc
d18c30b481 Fix failing tests 2023-01-07 17:21:25 +10:00
Serene-Arc
12311029e4 Conform test name 2023-01-04 19:49:50 +10:00
Serene-Arc
77a01e1627 Add tests for new option 2023-01-04 19:49:09 +10:00
Serene-Arc
8c57dc2283 Add missing pytest flags to test 2023-01-04 19:07:31 +10:00
OMEGARAZER
83f45e7f60
Standardize shebang and coding declaration
Standardizes shebang and coding declarations.

Coding matches what's used by install tools such as pip(x).

Removes a few init files that were not needed.
2022-12-19 18:32:37 -05:00
OMEGARAZER
af6222e06c
Cleanup tests
Cleans up test args on new tests.

Add log path to default config test so as not to mangle default log outside of tests.

Match setup functions to archive/clone.

Remove testing marker that was commited in error.
2022-12-17 20:35:58 -05:00
OMEGARAZER
4ba5df6b37
5xx error tests 2022-12-14 23:19:15 -05:00
Serene-Arc
0873a4a2b2 Format according to the black standard 2022-12-03 15:11:17 +10:00
Serene-Arc
4143c53ff1 Add tests 2022-11-21 15:47:13 +10:00
Serene-Arc
1385545e26 Add tests for downloader 2022-11-21 14:35:57 +10:00
OMEGARAZER
ca33dee265
Update test_download_integration.py
The old change twice forget once. Forgot I changed it back to a SelfPost rather than Direct.
2022-09-23 10:00:41 -04:00
OMEGARAZER
3906386838
Update test_download_integration.py
Update broken ID's in download integration test
2022-09-23 02:57:43 -04:00
Serene-Arc
4b160c2611 Add missing flag 2022-07-23 17:24:05 +10:00
Serene-Arc
b47b90f233 Add integration tests 2022-07-23 17:24:05 +10:00
Serene-Arc
607d963450 Change file paths for test resource 2022-07-23 17:14:36 +10:00
Serene-Arc
2e68850d0f Fix some test cases 2022-07-06 16:50:02 +10:00
Serene-Arc
0177b434c2 Add --subscribed option 2022-02-18 10:21:52 +10:00
Serene-Arc
d0d72c8229 Add integration test for downloader option 2021-11-24 12:49:11 +10:00
Ali Parlakçı
483f179ccc
Merge pull request #482 from Serene-Arc/enhancement_481
Add ability to read IDs from files
2021-09-12 20:07:17 +03:00
Serene-Arc
56575dc390 Add NSFW search test 2021-09-09 13:44:01 +10:00
Serene-Arc
afc2a6416b Add integration test 2021-09-09 13:44:01 +10:00
Serene-Arc
1a4ff07f78 Add ability to read IDs from files 2021-07-21 17:32:38 +10:00
Serene-Arc
6efcf1ce7e Remove unused imports 2021-07-02 14:58:20 +10:00
Serene-Arc
8db9d0bcc4 Add test for unauthenticated instances 2021-07-02 14:29:39 +10:00
Serene-Arc
c4aa617737 Add test for friends subreddit 2021-07-02 14:17:13 +10:00
Serene-Arc
469a7783b8 Split integration tests 2021-07-02 14:00:48 +10:00
Renamed from tests/test_integration.py (Browse further)