Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
realease to pypi 0.3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
falkowich committed Oct 28, 2023
1 parent f27b353 commit 4a8b1d0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
12 changes: 7 additions & 5 deletions coverage.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<coverage version="7.3.2" timestamp="1697746706829" lines-valid="785" lines-covered="689" line-rate="0.8777" branches-valid="334" branches-covered="246" branch-rate="0.7365" complexity="0">
<coverage version="7.3.2" timestamp="1698507428473" lines-valid="786" lines-covered="690" line-rate="0.8779" branches-valid="334" branches-covered="246" branch-rate="0.7365" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.3.2 -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources>
Expand All @@ -14,13 +14,15 @@
</class>
</classes>
</package>
<package name="pyise_ers" line-rate="0.8777" branch-rate="0.7365" complexity="0">
<package name="pyiseers" line-rate="0.8779" branch-rate="0.7365" complexity="0">
<classes>
<class name="__init__.py" filename="pyise_ers/__init__.py" complexity="0" line-rate="1" branch-rate="1">
<class name="__init__.py" filename="pyiseers/__init__.py" complexity="0" line-rate="1" branch-rate="1">
<methods/>
<lines/>
<lines>
<line number="1" hits="1"/>
</lines>
</class>
<class name="pyiseers.py" filename="pyise_ers/pyiseers.py" complexity="0" line-rate="0.8777" branch-rate="0.7365">
<class name="pyiseers.py" filename="pyiseers/pyiseers.py" complexity="0" line-rate="0.8777" branch-rate="0.7365">
<methods/>
<lines>
<line number="2" hits="1"/>
Expand Down
2 changes: 1 addition & 1 deletion pyiseers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .pyiseers import ERS
from .pyiseers import ERS
1 change: 1 addition & 0 deletions test/generate_random_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
uri,
user,
)

from pyiseers import ERS # noqa E402


Expand Down
1 change: 1 addition & 0 deletions test/manual_test_ers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
uri,
user,
)

from pyiseers import ERS # noqa E402


Expand Down
1 change: 1 addition & 0 deletions test/test_ise.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
uri,
user,
)

from pyiseers import ERS # noqa E402

urllib3.disable_warnings()
Expand Down

0 comments on commit 4a8b1d0

Please sign in to comment.