NAMD / pypln.web

Web interface for PyPLN
http://pypln.org/
GNU General Public License v3.0
12 stars 8 forks source link

Fix tests #125

Closed flavioamieiro closed 9 years ago

flavioamieiro commented 9 years ago

This branch fixes the tests after the changes to the way we connect to the backend. This also fixes a huge bug in GridFSStorage.get_available_name, and should be review carefully.

flavioamieiro commented 9 years ago

@fccoelho I've added some comments about the mock behaviour in 72e2450. It would be great if you could have a look and see if they make things clearer. If it's still not obvious what it does, I'll be more than happy to try to explain it a little better.

fccoelho commented 9 years ago

@flavioamieiro I think I got it now. I have no further issues with this code.