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

📝 Doc config and 🔧 mapping #230

Merged
merged 7 commits into from
Jul 3, 2023
Merged

📝 Doc config and 🔧 mapping #230

merged 7 commits into from
Jul 3, 2023

Conversation

mraniki
Copy link
Owner

@mraniki mraniki commented Jul 3, 2023

No description provided.

@codecov
Copy link

codecov bot commented Jul 3, 2023

Codecov Report

Merging #230 (0da7314) into main (bf5c589) will decrease coverage by 1.75%.
The diff coverage is 75.00%.

@@            Coverage Diff             @@
##             main     #230      +/-   ##
==========================================
- Coverage   98.03%   96.29%   -1.75%     
==========================================
  Files           2        2              
  Lines          51       54       +3     
==========================================
+ Hits           50       52       +2     
- Misses          1        2       +1     
Impacted Files Coverage Δ
findmyorder/main.py 96.07% <66.66%> (-1.84%) ⬇️
findmyorder/__init__.py 100.00% <100.00%> (ø)

Copy link
Contributor

@code-review-doctor code-review-doctor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some food for thought. View full project report here.

tests/test_unit.py Show resolved Hide resolved
tests/test_unit.py Show resolved Hide resolved
@pytest.mark.asyncio
async def test_settings():
"""Search Testing"""
assert settings.VALUE == "On Testing"

Check notice

Code scanning / Bandit

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

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
async def test_settings():
"""Search Testing"""
assert settings.VALUE == "On Testing"
assert settings.findmyorder_enabled == True

Check notice

Code scanning / Bandit

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

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
print(result)
assert settings.instrument_mapping
assert settings.instrument_mapping == True

Check notice

Code scanning / Bandit

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

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
@mraniki mraniki merged commit cd9eebe into main Jul 3, 2023
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