aboutsummaryrefslogtreecommitdiffstats
path: root/tests/raw.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize rstest usageSven-Hendrik Haase2025-02-061-20/+15
| | | | We still had some old-style syntax in there.
* Reorganize imports to be more consistentSven-Hendrik Haase2025-01-101-8/+8
|
* Added tests and small fixesSilux2023-02-251-3/+19
| | | | | | ...discovered when writing the tests. Ran rustfmt, clippy::all, cargo test, everything passed and I hope the tests I wrote are good. Now with 100% less forgotten debug logs!
* Fix lintsSven-Hendrik Haase2022-12-191-5/+3
|
* Golf tests a bitSven-Hendrik Haase2021-09-231-38/+30
|
* cargo fmtjikstra2021-09-111-1/+3
|
* Fix testsjikstra2021-09-101-2/+2
|
* Remove unused imports and filesjikstra2021-09-101-4/+0
|
* Fix testsjikstra2021-09-101-2/+2
|
* Apply requested changesjikstra2021-09-101-2/+0
|
* cargo fmt & cargo clippyjikstra2021-09-021-5/+3
|
* Fix testsjikstra2021-09-021-16/+19
|
* Implement a raw rendering mode for recursive folder downloadjikstra2021-09-011-0/+103
- Raw mode only displays file/folders and is more focused on computer processing - Display a banner in footer to recursively download the current folder with wget