Skip to content

Add docstring validation script (from pandas) #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Oct 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3b52d72
First version of the script with no pandas stuff (some tests will nee…
datapythonista Oct 20, 2019
e4ccb18
Updating tests
datapythonista Oct 21, 2019
51aaebc
Removing the part of the validation that gets the public API objects,…
datapythonista Oct 21, 2019
d5f793c
Updating tests
datapythonista Oct 21, 2019
fa57b58
Fixed bug making examples fail when pytest was called in verbose mode
datapythonista Oct 21, 2019
55248ae
Replacing pandas by a stdlib module to pass tests when pandas is not …
datapythonista Oct 21, 2019
2a392be
Making code py2 compatible
datapythonista Oct 21, 2019
819ce71
Simplified script (just one validate function + Docstring), and remov…
datapythonista Oct 21, 2019
6bfaad6
Fixing imports in py2
datapythonista Oct 22, 2019
174688b
Changing import to see if py2 is happy
datapythonista Oct 22, 2019
5602863
Restoring imports, and calling pytest as a module
datapythonista Oct 22, 2019
1161558
Getting new changes from pandas sprint, and removing py2 stuff
datapythonista Oct 23, 2019
bb6df11
Fixing import error in tests
datapythonista Oct 23, 2019
b47a45a
Adding tests and removing unused code (improving coverage)
datapythonista Oct 23, 2019
bfed573
Better implementation of module import based on code review
datapythonista Oct 23, 2019
f3ef8f6
Remove running examples
datapythonista Oct 23, 2019
3405253
Require first letter to be upper case only if it's a letter
datapythonista Oct 23, 2019
ce8e66a
Allow one liner docstrings with quotes in the same line.
datapythonista Oct 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading