daviis / PyDucker

A static ducking tool for python 3 source code
2 stars 2 forks source link

Test Files to cover all of the Abstract Grammar #55

Closed JakeAlbee closed 9 years ago

JakeAlbee commented 9 years ago

This is an issue for working on all of the different visit_* things we're going to have to implement.

This will change quite a few of the test files in an effort to slim down how many we have.

I'll update the testAST file list when I'm done so it will still correctly test all files.

JakeAlbee commented 9 years ago

Extra tests are in a different branch called addedTests and can be pulled in from there.

Leaving this issue open to eventually consolidate the many tests files into less files with more functions etc per file