mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 18:08:42 -05:00
add hurry.filesize, add gitignore to ignore pyc files
This commit is contained in:
parent
9d126924e7
commit
187f3e616e
6 changed files with 177 additions and 0 deletions
7
hurry/filesize/tests.py
Normal file
7
hurry/filesize/tests.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import unittest, doctest
|
||||
|
||||
def test_suite():
|
||||
return unittest.TestSuite((
|
||||
doctest.DocFileSuite('README.txt'),
|
||||
doctest.DocTestSuite('hurry.filesize.filesize'),
|
||||
))
|
||||
Loading…
Add table
Add a link
Reference in a new issue