home
join about login
gst

Nov. 12, 2017, 2:38 a.m.

How to disable cache during django tests

usually we don't want cache working while on tests
I do like this, in settings.py :

 CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
'LOCATION': 'unique-snowflake',
},
}

TEST_CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
}
}

then in the tests, being in before a class or function, do this :
 @override_settings(CACHES=settings.TEST_CACHES)
def function(........):
do something

3458 views origin
NASA Awards Contract for Aerospace Systems Modeling, Simulation - Tonella - revisão do limpador de parabrisa do fusca - Little Planet Soyuz - Southern California as Seen From Apollo 7 - This is how to train a cat :D How I Trained My Cat - The Extraordinary Spiral in LL Pegasi - Guri de Uruguaiana fala sobre hits do Carnaval e exageros no Phot - At Tranquility Base - Federer pummels Bemelmans to move closer to top spot - Cetus Galaxies and Supernova - Los candidatos se disputan el poderoso voto del magisterio mexica - Eu vi eu viiiii O papai noel tava na sinaleira - Wozniacki passes Barty test in Madrid, Sharapova advances - Eclipse solar hoje! - Trump quip about North Korea's Kim sparks outcry on social media - Dieguito - A Lesma © ℗ MÚSICA AUTORAL Ensaio - Exclusive: North Korea earned $200 million from banned exports, s - Climate change: 'Hothouse Earth' risks even if CO2 emissions slas - amizades - Pipi das Meias Altas Portuguese vol 1 - Slava Ukraini! on Steam - GLORIA GROOVE - SEDANAPO - Launching to Observe Our Sun - casados - Major League Baseball notebook: Mariners deal for Colome, Span fr - Orion in Red and Blue - Celebrating 28 Years of the Hubble Space Telescope - Fallece un exdiputado federal del PRI tiroteado este fin de seman - Austria plans tougher sentences for crimes against women - gliptodonte encontrado en Picada Varela - NASA Awards Contract for Continued Operations of its Jet Propulsi - Noel Guarany | Sem Fronteira (1975) [Álbum Completo/Full Album] -  

tutti - social network

Tutti is the simplest social network on internet. Here you can make friends, create communities, sell things, make surveys, comment and share stuff.

more