Skip to content

Instantly share code, notes, and snippets.

View paje's full-sized avatar

Patrice E. paje

View GitHub Profile
#!/usr/bin/env python
import cookielib
import json
import re
import random
import unittest
import requests
from wordpress_xmlrpc import Client, WordPressComment, WordPressPost
@paje
paje / README.md
Last active August 29, 2015 14:03 — forked from onyxfish/test_cache.py
Varnish Unit Test

cache-unit-test

Unit test Python library for testing cache systems like varnish

Based on the work of @onyxfish (https://gist.github.com/onyxfish)

  • cachetest.py : productive