Closed brtaylor92 closed 10 years ago
Things I'd like feedback on: 1) Authentication realms 2) Referrers 3) Meta-refreshes?
Can you increment the version number in setup.py? I would go for 1.8 :)
Yes, the test-form test should fail, because 'value' is not a valid value for the form. We could make this clearer by using INVALIDVALUE, e.g.
commands.fv('1', 'selecttest', 'INVALIDVALUE')
So this is a test that should be fixed; 'fv' should raise a TwillException here.
Fix that and I'll do a slightly more in depth code review :)
As requested