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
5f1eab0a
Commit
5f1eab0a
authored
Aug 16, 2021
by
Jörg Stucke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added dev dependencies + pylintrc fix
parent
6733b09b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
pytest.ini
pytest.ini
+1
-3
setup.py
setup.py
+5
-1
No files found.
pytest.ini
View file @
5f1eab0a
[pytest]
[pytest]
addopts
=
--pep8 --cov=./ -v
addopts
=
--cov=./ -v
pep8ignore
=
*.py E501
setup.py
View file @
5f1eab0a
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
VERSION
=
'0.2.
2
'
VERSION
=
'0.2.
3
'
setup
(
setup
(
name
=
'common_helper_files'
,
name
=
'common_helper_files'
,
...
@@ -9,6 +9,10 @@ setup(
...
@@ -9,6 +9,10 @@ setup(
install_requires
=
[
install_requires
=
[
'bitmath'
'bitmath'
],
],
tests_require
=
[
'pytest'
,
'pytest-cov'
,
],
description
=
'file operation helper functions'
,
description
=
'file operation helper functions'
,
author
=
'Fraunhofer FKIE'
,
author
=
'Fraunhofer FKIE'
,
author_email
=
'peter.weidenbach@fkie.fraunhofer.de'
,
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