FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-bitshares/setup.cfg at develop · crexonline/python-bitshares · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
crexonline
/
python-bitshares
Public
forked from
bitshares/python-bitshares
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-bitshares
/
setup.cfg
Copy path
More file actions
More file actions
Latest commit
History
History
History
48 lines (43 loc) · 910 Bytes
Breadcrumbs
python-bitshares
/
setup.cfg
Copy path
File metadata and controls
48 lines (43 loc) · 910 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[metadata]
description-file
= README.md
[aliases]
test
=pytest
[coverage:run]
source
=bitsharesbase,bitsharesapi,bitshares
branch
=True
omit
=
tests/*
.tox/*
.eggs/*
[coverage:report]
include
=bitshares*
ignore_errors
=True
show_missing
=True
exclude_lines
=
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if
__name__
== .__main__.:
if sys.version >
'
3
'
:
[flake8]
ignore
= E501,F401
exclude
=
#
No need to traverse our git directory
.git,
#
There's no value in checking cache directories
__pycache__,
#
The conf file is mostly autogenerated, ignore it
docs/conf.py,
max-complexity
= 15
#
[nosetests]
#
with-coverage=1
#
with-xunit=1
#
#cover-branches=1
#
cover-xml=1
#
cover-inclusive=1
#
detailed-errors=1
#
cover-package=graphenebase,grapheneapi,graphenestorage,graphene
Back
|
FazBrowse Home
|
New Git URL