A test of the struct module

This commit is contained in:
Barry Warsaw 1996-12-12 23:34:06 +00:00
parent 30695fa3cd
commit 07a0eeceaa
2 changed files with 45 additions and 0 deletions

View file

@ -21,6 +21,7 @@ tests = ['test_grammar',
'test_rgbimg',
'test_select',
'test_strftime',
'test_struct',
]
if __name__ == '__main__':