Skip to content

Instantly share code, notes, and snippets.

@japaz
japaz / logformat.txt
Created June 7, 2012 14:53
Web Server Stress Testing with Curl
%{url_effective},%{http_code},%{content_type},%{time_total},%{time_connect},%{time_starttransfer},%{size_download}\n
@danverbraganza
danverbraganza / tox.ini
Created January 26, 2012 00:54
My standard tox.ini file that allows you to run coverage, lettuce, nosetests and lint, and to pick out a given feature or a module for nosetest (So that you don't have to run the whole suite)
[tox]
envlist=py27,lint
[testenv]
downloadcache={homedir}/.pipcache
distribute=True
sitepackages=False
[testenv:py27]
deps=nose
@Kyrodan
Kyrodan / MSpecToJUnit.xslt
Created August 31, 2011 12:59 — forked from vansha/MSpecToJUnit.xslt
MSpec to JUnit transformation
<?xml version="1.0" encoding="utf-8"?>
<!--
Converts the MSpec (http://github.com/machine/machine.specifications) xml
output to JUnit output format.
The aim of this transformation is to integrate MSpec tests to Hudson CI.
Hudson understands test results presented in JUnit format.
Limitations: MSpec xml output currently doesn't contain detailed information