mkwiatkowski / pythoscope

unit test generator for Python
http://pythoscope.wikidot.com
MIT License
96 stars 26 forks source link

Adapt expected values 2 #11

Closed franzhaas closed 8 years ago

franzhaas commented 8 years ago

I run the tests and saw some failing, because the generated code was prettier than the expectations.

I fixed the expectations to match the prettier formating, and configured traivis ci

auvipy commented 8 years ago

@mkwiatkowski

auvipy commented 8 years ago

@mkwiatkowski shouldn't it be ported to python 3?

mkwiatkowski commented 8 years ago

@auvipy It should, but it isn't at the moment. There's no point in having travis running a constantly failing suite.

franzhaas commented 8 years ago

Hi,

well I actually do not mind test results that fail, I only mind those that are wrong (ie false positives or false negatives).

But if you want I obliously can remove the python3 part...

Best regards, Franz

2016-08-10 19:23 GMT+02:00 Michal Kwiatkowski notifications@github.com:

@auvipy https://github.com/auvipy It should, but it isn't at the moment. There's no point in having travis running a constantly failing suite.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mkwiatkowski/pythoscope/pull/11#issuecomment-238939299, or mute the thread https://github.com/notifications/unsubscribe-auth/AK8goUxKWt6r8uGPinnCMx1zX28APxb7ks5qegktgaJpZM4H95aC .

mkwiatkowski commented 8 years ago

@franzhaas I've manually pulled some of your changes into the repo. Thanks!