Open
Conversation
…erenced anywhere in documentation
…er referenced anywhere in documentation
… to reflect its actual usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In #821 you said
I was curious how many scripts/tests could be safely deleted, so I wrote a python script that uses regex to search for references to these scripts/tests in the rest of the repository. After manually reviewing the results (there were a few false positives) I removed the scripts/tests that were no longer actual sample tests anywhere in the documentation (some of the scripts are used in gut unit tests as well and cannot be removed). I also renamed one of the files from "test_readme_examples" to "test_guttest_docstring_examples" since the examples it had were moved from the readme to GutTest docstrings a while back.
If you'd like to clean up the test/samples directory in this way, I can just close 821 since the fixes it provides are to tests that no longer exist as actual samples.
Here is the python script (run from the root of the repository):