Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open source
IQRF Gateway Translator
Commits
afa50b7d
Commit
afa50b7d
authored
Jan 22, 2021
by
Karel Hanák
Browse files
Makefile: add tests to target
parent
0f8a6381
Pipeline
#4622
passed with stages
in 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
afa50b7d
...
...
@@ -16,7 +16,9 @@ run:
python3 src/translator/__main__.py
-c
config/config.json
-l
iqrf-gateway-translator.log
test
:
nosetests
-v
test
nosetests ./test
-v
--with-coverage
--cover-package
=
translator
pycodestyle ./src/
*
--max-line-length
=
120
pylint ./src/
*
--max-line-length
=
120
uninstall
:
pip3 uninstall iqrf-gateway-translator
...
...
Write
Preview
Supports
Markdown
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