Yacht Shaver

Results 321 comments of Yacht Shaver

Try `python manage.py test session_security` from test_project directory. On Mon, Apr 1, 2013 at 4:10 PM, yscumc [email protected] wrote: > Nope, I ran it within django-session-security as setup.py test. I...

Interresting, it might be all due to jquery.js not being found. In the test_project, try this command: `./manage.py findstatic jquery.js` It should output something like this: ``` Found 'jquery.js' here:...

Ok, I have changed the test_project template to use `{% static %}` instead of `{{ STATIC_URL }}`, it might work for you. On Tue, Apr 2, 2013 at 4:53 PM,...

It depends, but ~3 minutes on travis which is pretty slow: https://travis-ci.org/yourlabs/django-session-security

Does it manage to open 2 firefox windows ? "double" tests should spawn a second window.

Selenium should create a new profile per test, so your current session should not affect it. On Thu, Apr 4, 2013 at 3:58 PM, yscumc [email protected] wrote: > Yes I...

I have nothing against windows, but it doesn't like me very much so I try to avoid it ;) On Thu, Apr 4, 2013 at 4:46 PM, yscumc [email protected] wrote:...

Did you try again with recent selenium, firefox and django updates ? Maybe tests will run better on windows nowadays ...

Did you try just calling `sessionSecurity.activity()` in js as much as needed ? Maybe with a recursive setTimeout() callback or something. It worked for #38