Commit db95cdd3 authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub

new pylibmc test (#408)

parent 04f3ddbc
pylibmc
\ No newline at end of file
...@@ -44,6 +44,12 @@ testPsycopg2() { ...@@ -44,6 +44,12 @@ testPsycopg2() {
assertCapturedSuccess assertCapturedSuccess
} }
testPylibmc() {
compile "pylibmc"
assertCaptured "pylibmc"
assertCapturedSuccess
}
testPython2() { testPython2() {
compile "python2" compile "python2"
assertCaptured "python-2.7.13" assertCaptured "python-2.7.13"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment