Commit ee115b1
committed
tests: Rename test methods and files to align with singular URL conversion
- Updated test file names:
`test_convert_urls_to_pdf.py -> test_convert_url_to_pdf.py`
`test_live_convert_urls_to_pdf.py -> test_live_convert_url_to_pdf.py`
- Renamed test functions to reflect singular URL input:
- `test_convert_urls_to_pdf_success` → `test_convert_url_to_pdf_success`
- `test_convert_urls_to_pdf_validation_errors` → `test_convert_url_to_pdf_validation_errors`
- `test_async_convert_urls_to_pdf_request_customization` →
`test_async_convert_url_to_pdf_request_customization`
- `test_live_convert_urls_to_pdf_success` →
`test_live_convert_url_to_pdf_success`
- `test_live_async_convert_urls_to_pdf_invalid_page_size` →
`test_live_async_convert_url_to_pdf_invalid_page_size`
Assisted-by: Codex1 parent 5e2b358 commit ee115b1
2 files changed
Lines changed: 5 additions & 5 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments