| | | | --- | --- | | Short description | Bitwise right shift shifts left instead | | Expected operation | Shift the entered value bits to right | | Experienced operation | The bits shifted left instead of right | | Reproductive steps | After running the bshr operation it can be reproduced the error | | Error location | https://github.com/palatinb/test-automation-engineer-python-junior/blob/865c772c72e8b518a60f3ce0a996cb2ffbcc03b6/calculator.py#L51 | | Test result | Not OK | | Priority | High |
test-automation-engineer-python-junior/calculator.py
Line 51 in 865c772