Closed brhoades closed 6 years ago
@LinuxMercedes I'd appreciate it if you could run this branch through a few tests on gitlabs. I can only confirm so much.
Holy crap this is nice! I'll run it through its paces tomorrow morning.
I've poked this some and it seems to work just fine! I'll probably run it through its paces on 5201 homework 1 before I'm comfortable merging it, though.
@brhoades does this fix any bugs or is it "just" syntax changes? If it's the latter, I will probably just roll this into the next release, whenever that happens.
There was some bug that pylint claimed to find where BaseRepo.name = "" was overriding StudentRepo.name(), but since the latter is a classmethod this was a nonissue.
@brhoades Can you clean the commit history up some and then let's merge this!
I'll just squash on merge.
WIP: Not sure if this is done, I need Travis to pick up this branch first. Cool, pyflakes works. I'll add flake8 and do linting for an hour.
Fixes #81 and fixes #80