aboutsummaryrefslogtreecommitdiffstats
path: root/tests/readme.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reformat everything with Rust 2024 editionSven-Hendrik Haase2025-03-071-17/+23
|
* Clean up and modernize rstest usageSven-Hendrik Haase2025-02-061-22/+18
| | | | We still had some old-style syntax in there.
* Reorganize imports to be more consistentSven-Hendrik Haase2025-01-101-5/+7
|
* Fix clippy complaintscyqsimon2023-09-051-36/+36
|
* Make clippy happySven-Hendrik Haase2022-12-301-1/+1
|
* Fix lintsSven-Hendrik Haase2022-12-191-4/+4
|
* Add support for README.txt and README filesGaurav-Lab-PC2022-09-191-10/+12
|
* Reformat readme tests and add some commentsSven-Hendrik Haase2022-09-151-4/+11
|
* Add README test in rootGaurav2022-09-131-32/+69
| | | | | Root and Directories' readme test is in different functions to make it easier to catch bugs.
* Test for different README.md in all directories.Gaurav2022-09-021-45/+41
|
* Add test for README.md file for `--readme`Gaurav2022-08-271-6/+23
|
* Make cases for `--readme` test functionsGaurav2022-08-261-48/+27
| | | | | * remove extra functions for directory check * add directory listing check for with and without readme
* Appease `cargo fmt`Gaurav2022-08-261-3/+4
|
* Use `TestServer` in `--readme` testsGaurav2022-08-261-43/+7
|
* Modify `--readme` tests for directoriesGaurav2022-08-261-4/+4
|
* Add tests for `--readme`Gaurav2022-08-261-0/+124