Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ pyproject update ✅ Unit Test #308

Merged
merged 14 commits into from
Oct 10, 2023
Merged

♻️ pyproject update ✅ Unit Test #308

merged 14 commits into from
Oct 10, 2023

Conversation

mraniki
Copy link
Owner

@mraniki mraniki commented Oct 10, 2023

No description provided.

tests/test_unit.py Fixed Show fixed Hide fixed
⬆️ 🛠️(deps): update dependency ruff to ^0.0.292
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #308 (d8ebbb3) into main (014e0b1) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #308   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           60        59    -1     
=========================================
- Hits            60        59    -1     
Files Coverage Δ
findmyorder/__init__.py 100.00% <100.00%> (ø)
findmyorder/main.py 100.00% <100.00%> (ø)

tests/test_unit.py Fixed Show fixed Hide fixed
tests/test_unit.py Fixed Show fixed Hide fixed
async def test_identify_order2(fmo, order_2):
"""Identify Testing"""
result = await fmo.identify_order(order_2)
assert result is not None

Check notice

Code scanning / Bandit

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Note test

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
@mraniki mraniki merged commit f763ebc into main Oct 10, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant