kdblocher / bridge

Contract bridge system analysis tool for making the most out of your system book.
Other
3 stars 2 forks source link

Unit test fails when defining both hands to have the card came back with expected value:true instead of false #157

Closed sievers2501 closed 1 year ago

sievers2501 commented 3 years ago

See unit test openerResponderSameCard: in the latest push of opener and responder unit tests. It's possible I didn't define the unit test correctly, as I am not quite familiar with the format of the expansionPathValidTests, but I'm pretty sure it's right. From the front end, nothing returns, so the program is fine. It's just that the unit test should return false.

sievers2501 commented 2 years ago

I am unable to proceed with creation of more unit tests until this issue is fixed.

kdblocher commented 1 year ago

I can't find the test openerResponderSameCard. Is it possible you had another branch you defined this test in and didn't push it?