diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-10 13:24:06 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-05-10 13:24:06 -0700 |
| commit | db5da3dcc6f42b19c1071e496f8230dc81ade66a (patch) | |
| tree | fb6f52347f22f42c99805a53a72fdb6417096c07 /tests | |
| parent | 3f030e242f293dd746dd41ab7fc3b840a0bdfec0 (diff) | |
| parent | 0e077ca363fa7e645ed5b2196c8d2024553b48a3 (diff) | |
| download | python-memcached-db5da3dcc6f42b19c1071e496f8230dc81ade66a.tar.gz | |
Merge branch 'master' into print-stmt-py3k
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/Makefile b/tests/Makefile deleted file mode 100644 index a844aa4..0000000 --- a/tests/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -TESTS = $(wildcard test_*.py) - -test: - @- $(foreach TEST,$(TESTS), \ - echo === Running test: $(TEST); \ - python $(TEST); \ - ) |
