Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
common_helper_files
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
common_helper_files
Commits
4bba8286
Commit
4bba8286
authored
Aug 16, 2021
by
Jörg Stucke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pycodestyle to pytest + replaced deprecated dev deps syntax in setup.py
parent
91492bf1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
pytest.ini
pytest.ini
+1
-1
setup.cfg
setup.cfg
+3
-0
setup.py
setup.py
+6
-3
No files found.
pytest.ini
View file @
4bba8286
[pytest]
addopts
=
--cov=./ -v
addopts
=
--
pycodestyle --
cov=./ -v
setup.cfg
0 → 100644
View file @
4bba8286
[pycodestyle]
ignore = E501,W503
select = E504
setup.py
View file @
4bba8286
...
...
@@ -9,10 +9,13 @@ setup(
install_requires
=
[
'bitmath'
],
tests_require
=
[
extras_require
=
{
'dev'
:
[
'pytest'
,
'pytest-cov'
,
],
'pytest-pycodestyle'
,
'pytest-cov'
]
},
description
=
'file operation helper functions'
,
author
=
'Fraunhofer FKIE'
,
author_email
=
'peter.weidenbach@fkie.fraunhofer.de'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment