ryanwersal / crosswind

Convert between Python 2 and 3 in both directions (fork of lib3to2)
Other
12 stars 1 forks source link

Add tests to confirm py2 and py3 behaviors #30

Closed ryanwersal closed 5 years ago

ryanwersal commented 5 years ago

This is a little strange since it'll mean having a separate "project" (since it needs to run under py2 etc) but it seems worth it to have it as part of our check pipeline.

ryanwersal commented 5 years ago

Couple examples:

ryanwersal commented 5 years ago

This should also help us identify what 3to2 fixers are necessary since we're only supporting Python 2.7.

ryanwersal commented 5 years ago

Test suite added under py2verify folder. A new CI check pipeline has been added so these assumptions will be exercised each push/PR.