Skip to content

Commit

Permalink
Force autopep8 on quicktest
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Sep 24, 2020
1 parent 85e1fc5 commit fa4e38e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dsmrreader/config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,3 @@
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE': 25,
}

DEFAULT_SCHEMA_CLASS = 'dsmr_api.schemas.DsmrReaderSchema'
5 changes: 5 additions & 0 deletions tools/quick-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ export DB_ENGINE
time pytest --cov --cov-report=html --cov-report=term --ds=dsmrreader.config.test -n 2 $ARGS


echo ""
echo "--- Applying autopep8..."
./tools/apply-autopep8.sh


echo ""
echo "--- Running Pylama for code audit..."
pylama
Expand Down

0 comments on commit fa4e38e

Please sign in to comment.