softwarefactory-project / rdopkg

power to the packagers
Apache License 2.0
28 stars 21 forks source link

RFE: reuse smart py.test assert for feature tests #141

Open yac opened 6 years ago

yac commented 6 years ago

py.test injects its own assert which shows nice diffs and information unlike default python assert. Using py.test asserts for feature tests would improve debugging failed tests a lot.