Skip to content

Commit

Permalink
Revert "adding setup.py for packaging; tests can now also be run usin…
Browse files Browse the repository at this point in the history
…g `python tests/server_commands.py`"

This reverts commit 13c73a9.
  • Loading branch information
tnm authored and kmerenkov committed May 18, 2010
1 parent c52012f commit b9a0b58
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
9 changes: 0 additions & 9 deletions .gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions setup.py

This file was deleted.

3 changes: 0 additions & 3 deletions tests/server_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,3 @@ def test_sets3(self):
self.client.sunionstore(['foo', 'bar'], 'zar', self.expect(4))
self.client.smembers('zar', [self.expect(set(['a', 'b', 'c', 'd'])), self.finish])
self.start()

if __name__ == '__main__':
unittest.main()

0 comments on commit b9a0b58

Please sign in to comment.