Skip to content
Snippets Groups Projects
Commit 8b705389 authored by Timothe Jost's avatar Timothe Jost
Browse files

adding tests

parent c733c538
No related branches found
No related tags found
No related merge requests found
File deleted
C:/Users/timot/Documents/Scripts/python/pypelines/.venv/Scripts/python.exe
\ No newline at end of file
<?xml version="1.0" ?>
<coverage version="7.3.2" timestamp="1696514560568" lines-valid="13" lines-covered="5" line-rate="0.3846" branches-covered="0" branches-valid="0" branch-rate="0" 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>
<source>C:\Users\tjostmou\Documents\Python\__packages__\Pypelines</source>
</sources>
<packages>
<package name="pypelines" line-rate="1" branch-rate="0" complexity="0">
<classes>
<class name="__init__.py" filename="pypelines/__init__.py" complexity="0" line-rate="1" branch-rate="0">
<methods/>
<lines>
<line number="1" hits="1"/>
</lines>
</class>
</classes>
</package>
<package name="tests" line-rate="0.3333" branch-rate="0" complexity="0">
<classes>
<class name="__init__.py" filename="tests/__init__.py" complexity="0" line-rate="1" branch-rate="0">
<methods/>
<lines/>
</class>
<class name="tests.py" filename="tests/tests.py" complexity="0" line-rate="0.3333" branch-rate="0">
<methods/>
<lines>
<line number="1" hits="1"/>
<line number="3" hits="1"/>
<line number="5" hits="1"/>
<line number="7" hits="1"/>
<line number="9" hits="0"/>
<line number="11" hits="0"/>
<line number="12" hits="0"/>
<line number="13" hits="0"/>
<line number="15" hits="0"/>
<line number="16" hits="0"/>
<line number="18" hits="0"/>
<line number="19" hits="0"/>
</lines>
</class>
</classes>
</package>
</packages>
</coverage>
__version__ = "0.0.67"
__version__ = "0.0.68"
from . import loggs
from .pipes import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment