From db95cdd3f32d62209e097bff6dc4790a9c2c784e Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Mon, 5 Jun 2017 13:47:48 -0400
Subject: [PATCH] new pylibmc test (#408)

---
 test/fixtures/pylibmc/requirements.txt | 1 +
 test/run                               | 6 ++++++
 2 files changed, 7 insertions(+)
 create mode 100644 test/fixtures/pylibmc/requirements.txt

diff --git a/test/fixtures/pylibmc/requirements.txt b/test/fixtures/pylibmc/requirements.txt
new file mode 100644
index 00000000..0a5eb163
--- /dev/null
+++ b/test/fixtures/pylibmc/requirements.txt
@@ -0,0 +1 @@
+pylibmc
\ No newline at end of file
diff --git a/test/run b/test/run
index e1a23a1c..4185388d 100755
--- a/test/run
+++ b/test/run
@@ -44,6 +44,12 @@ testPsycopg2() {
   assertCapturedSuccess
 }
 
+testPylibmc() {
+  compile "pylibmc"
+  assertCaptured "pylibmc"
+  assertCapturedSuccess
+}
+
 testPython2() {
   compile "python2"
   assertCaptured "python-2.7.13"
-- 
GitLab