Sign in
apache
/
casbin-python-casbin-databases-adapter
/
f16a3c3f1f86fb79bee53d6faec8b57d0fbb4485
/
.
/
Makefile
blob: 765a0113f3a5a5368c65c93233a5506cdaaf1602 [
file
]
test
:
mkdir
-
p outputs
python
-
W ignore
::
DeprecationWarning
-
m pytest
--
cov
-
config
=.
coveragerc
--
cov
=
app
--
cov
-
report xml
:
outputs
/
coverage
.
xml
-
v
-
s $
(
test
)
install
:
pip install
-
r requirements
.
txt
pip install
-
r requirements
-
test
.
txt