-
Instructing Cakefile to exit with error if a vows test fails
I’m using the vows “behaviour-driven development” framework to test the squel Javascript library. I have a Cakefile which acts as my build script and inside it there is function which runs all of my tests. I decided to hook it up to the excellent Travis CI automated build system to ensure continuous testing on commits. One of the problems I had was that
cakescript exited normally even when one of the vows tests broke. (read more…)0 voices -
Django – fetching list of all SQL queries executed so far for all requests
As part of a recent Django project I had to provide a way to view all the SQL queries which had been executed through the Django app across all requests, when using the Django test server. Although the debug toolbar that ships with Django shows such query information it doesn’t work for queries executed as a part of AJAX requests. (read more…)
||
Skip to content ||
¶
