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

Add a test to executable class #38

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Conversation

aerorahul
Copy link
Contributor

@aerorahul aerorahul commented Jul 18, 2024

Description
Add a test to demonstrate the use of arguments passed to an executable are not default args.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • pynorms
  • pytests

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes need updates to the documentation. I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • New and existing tests pass with my changes
  • Any dependent changes have been merged and published

Copy link

codecov bot commented Jul 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.06%. Comparing base (d314e06) to head (439ce37).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #38      +/-   ##
===========================================
+ Coverage    49.93%   50.06%   +0.12%     
===========================================
  Files           18       18              
  Lines         1650     1650              
  Branches       337      337              
===========================================
+ Hits           824      826       +2     
  Misses         765      765              
+ Partials        61       59       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aerorahul aerorahul merged commit 86bfe2b into develop Jul 18, 2024
17 checks passed
@aerorahul aerorahul deleted the feature/add_test_executable_args branch July 18, 2024 18:50
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.

2 participants