FINAL PR OF GROUP 18 FeatureB_8#45
Open
Joydip104 wants to merge 43 commits into
Open
Conversation
Joydip104
commented
Apr 5, 2026
- Init branch readme
- Init hex.py and test_hex.py
- added the substract function with the test cases
- Added complement functions
- Added hex to decimal conversion function
- Create test_hex.py
- added hex->decimal
- Rename hex.py to hex1.py
- Rename test_hex.py to test_hex1.py
- Rename test_hex1.py to test_hex.py
- Rename hex1.py to hex.py
- Hex Addition code added
- Remove HexCalculator class definition
- added the decimal to hex conversion
- Addition Testcases added and _validate_hex() updated
- Added unit test cases for subtraction
- Upadted the test cases of hex addition
- Added hex multiply and divide methods and corresponding test cases
- Fixed merge issue
- Added readme.md, updated calculator.py, fix 16's complement of hex.py, updated test_calculator.py
- Upadted test_calculator.py
- Added complement functions and 10+ unit test cases
- Added more test cases
- Added 15's and 16's complement test cases
- Added hex_to_decimal implementation and fixed indentation issues
- Final clean implementation of HexCalculator with hex_to_decimal
- Fixed issues of 15's and 16's complement
- Remove pycache from tracking
- Upadted hex.py code of hex_to_decimal and decimal_to_hex Added hex_to_decimal and decimal_to_hex test case
- Upadted comments of test_calculator.py
added the substract function with the test cases
Added complement functions
Removed redundant HexCalculator class definition from hex.py
… into FeatureB_8
added the decimal to hex conversion
Added unit test cases for subtraction
…, updated test_calculator.py
… into FeatureB_8
…_decimal and decimal_to_hex test case
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.