biocore / american-gut-web

The website for the American Gut Project participant portal
BSD 3-Clause "New" or "Revised" License
5 stars 24 forks source link

2.7 to 3.5.2 #723

Open zoechallacombe opened 5 years ago

zoechallacombe commented 5 years ago

I fixed all the str/byte errors that I could find and that were obviously causing problems, but I may missed some. Main error during testing is in line 14 of amgut/handlers/base_handlers.py, in get_current_user: skid = self.get_secure_cookie("skid") AttributeError: 'TestAddSampleOverview' object has no attribute 'get_secure_cookie'

Testing to see if this is reproducible in travis or if anything blatantly wrong sticks out.