aboutsummaryrefslogtreecommitdiffstats
path: root/tests/readme.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-07Reformat everything with Rust 2024 editionSven-Hendrik Haase1-17/+23
2025-02-06Clean up and modernize rstest usageSven-Hendrik Haase1-22/+18
We still had some old-style syntax in there.
2025-01-10Reorganize imports to be more consistentSven-Hendrik Haase1-5/+7
2023-09-05Fix clippy complaintscyqsimon1-36/+36
2022-12-30Make clippy happySven-Hendrik Haase1-1/+1
2022-12-19Fix lintsSven-Hendrik Haase1-4/+4
2022-09-19Add support for README.txt and README filesGaurav-Lab-PC1-10/+12
2022-09-15Reformat readme tests and add some commentsSven-Hendrik Haase1-4/+11
2022-09-13Add README test in rootGaurav1-32/+69
Root and Directories' readme test is in different functions to make it easier to catch bugs.
2022-09-02Test for different README.md in all directories.Gaurav1-45/+41
2022-08-27Add test for README.md file for `--readme`Gaurav1-6/+23
2022-08-26Make cases for `--readme` test functionsGaurav1-48/+27
* remove extra functions for directory check * add directory listing check for with and without readme
2022-08-26Appease `cargo fmt`Gaurav1-3/+4
2022-08-26Use `TestServer` in `--readme` testsGaurav1-43/+7
2022-08-26Modify `--readme` tests for directoriesGaurav1-4/+4
2022-08-26Add tests for `--readme`Gaurav1-0/+124