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

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

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