Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
dmt
Commits
6b9ddc8e
Commit
6b9ddc8e
authored
Apr 24, 2017
by
Thanassis Tsiodras
Browse files
Focus on the DB tests for now
parent
1217039e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
6b9ddc8e
...
...
@@ -8,7 +8,8 @@ PY_SRC:=$(filter-out dmt/B_mappers/antlr.main.py dmt/A_mappers/Stubs.py, ${PY_SR
TYPING_FOLDER
:=
$(
shell
pip3 show typing |
grep
^Location |
sed
's,^.*: ,,'
)
export
PYTHONPATH
=
${TYPING_FOLDER}
all
:
flake8 pylint mypy coverage testDB
# all: flake8 pylint mypy coverage testDB
all
:
testDB
flake8
:
@
echo
Performing syntax checks via flake8...
...
...
@@ -27,6 +28,8 @@ coverage:
@
$(MAKE)
-C
tests-coverage
||
exit
1
testDB
:
@
echo
Installing DMT
for
local
user...
@
pip3
install
--user
--upgrade
.
@
echo
Performing database tests...
@
$(MAKE)
-C
tests-sqlalchemy
||
exit
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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