Adam Johnson

Results 593 comments of Adam Johnson

Closing due to no reply

Would be cool. I wonder whether we should support different "shuffle modes".

`pytest-random-order` is made by friend @jbasko :) > I rewrote those tests to no longer have issues, but the only way I was able to detect it was to run...

These are in Django 2.0: https://docs.djangoproject.com/en/2.0/releases/2.0/

I don't think it would be possible to backport in a third party library, it required changes to the ORM internals. This issue would then be obsolete :)

I'm a pytest fan. You can parallelize on it with the pytest-xdist plugin. One thing to consider is that Nose is effectively abandoned at this point, whilst development continues on...

I can't find any evidence that it's going to be removed in MariaDB - they tend to keep things for longer to support more applications.

#102 allows a basic `DELETE RETURNING` construct with `LAST_INSERT_ID`.

Another idea is to stop monkey patching `is_mariadb` and instead just provide a function that takes the connection

#362 removed the monkey patch which has simplified things somewhat, but really we should be testing if the module is in `INSTALLED_APPS` too in case of future compatibility conflicts.