Skip to content

Commit

Permalink
Add unittests from swift repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel committed May 21, 2012
1 parent dffff62 commit 911d6f2
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .unittests
@@ -0,0 +1,6 @@
#!/bin/bash

nosetests swift3/test/unit --exe --with-coverage --cover-package swift3 --cover-erase
exitcode=$?
rm -f .coverage
exit $exitcode
Empty file added swift3/test/unit/__init__.py
Empty file.

0 comments on commit 911d6f2

Please sign in to comment.