Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Add Pep8 checker for rendered package #86

Open
pydanny opened this issue Jun 3, 2016 · 1 comment
Open

Add Pep8 checker for rendered package #86

pydanny opened this issue Jun 3, 2016 · 1 comment
Labels
enhancement priority Things marked as priority

Comments

@pydanny
Copy link
Owner

pydanny commented Jun 3, 2016

No description provided.

@pydanny
Copy link
Owner Author

pydanny commented Jun 3, 2016

Getting a file is done thus:

def test_pep8(cookies):
    extra_context = {'app_name': 'cookies'}
    with bake_in_temp_dir(cookies, extra_context=extra_context) as result:
        views_file = result.project.join('cookies', 'views.py')
        assert '' == str(result.project.join('cookies', 'views.py'))

@jonathan-s jonathan-s added the priority Things marked as priority label Dec 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement priority Things marked as priority
Projects
None yet
Development

No branches or pull requests

2 participants