-
Notifications
You must be signed in to change notification settings - Fork 91
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
Make pyfakefs API PEP-8 conform #186
Labels
Comments
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
May 27, 2017
- changed methods names - added old method names as depracated version - added possibility to switch on deprecation warning - see pytest-dev#186
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Aug 14, 2017
- changed methods names - added old method names as depracated version - added possibility to switch on deprecation warning - see pytest-dev#186
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Aug 24, 2017
- changed methods names - added old method names as depracated version - added possibility to switch on deprecation warning - see pytest-dev#186
mrbean-bremen
added a commit
that referenced
this issue
Aug 24, 2017
mrbean-bremen
added a commit
that referenced
this issue
Aug 26, 2017
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Nov 22, 2017
- changed methods names - added old method names as depracated version - added possibility to switch on deprecation warning - see pytest-dev#186
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Nov 22, 2017
- changed methods names - added old method names as depracated version - added possibility to switch on deprecation warning - see pytest-dev#186
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Dec 4, 2017
- changed methods names - added old method names as depracated version - added possibility to switch on deprecation warning - see pytest-dev#186
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Dec 4, 2017
- changed methods names - added old method names as depracated version - added possibility to switch on deprecation warning - see pytest-dev#186
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Dec 5, 2017
- changed methods names - added old method names as depracated version - added possibility to switch on deprecation warning - see pytest-dev#186
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Dec 13, 2017
- changed methods names - added old method names as depracated version - added possibility to switch on deprecation warning - see pytest-dev#186
mrbean-bremen
added a commit
that referenced
this issue
Dec 17, 2017
- changed methods names - added old method names as depracated version - added possibility to switch on deprecation warning - see #186
mrbean-bremen
added a commit
that referenced
this issue
Dec 17, 2017
- some PEP-8 reformatting - see #186
mrbean-bremen
added a commit
to mrbean-bremen/pyfakefs
that referenced
this issue
Dec 18, 2017
- adapted method names - adapted some formatting - see pytest-dev#186
Implemented. |
oliverchang
added a commit
to google/clusterfuzz
that referenced
this issue
Jul 31, 2019
Functions were renamed to be pep-8 conformant: pytest-dev/pyfakefs#186
oliverchang
added a commit
to google/clusterfuzz
that referenced
this issue
Jul 31, 2019
Functions were renamed to be pep-8 conformant: pytest-dev/pyfakefs#186
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed, it makes sense to have a PEP-8 conform API for pyfakefs. The coding conventions that are currently used have been introduced by Google, but Google has changed its coding guidelines to be conform to PEP-8 since.
I propose to start this after the next release (e.g. after 3.2).
There are a few points that are related to this, which I would like to discuss:
MakeDirectory
->makedir
)SetMTime()
, as there is already the property st_mtime)Somewhat related are some further PEP-8 adaptations:
(some of this can be done by autopep8 or similar tools)
For documentation, we want to follow the Google coding guidelines.
The text was updated successfully, but these errors were encountered: