Test suit

A nice test suit also works as API example!

Most of the tests came from Bastien Montagne (mont29)
This commit is contained in:
Dalai Felinto
2016-12-01 16:35:52 +01:00
parent 2787d4674b
commit f37ecaa6d2
3 changed files with 137 additions and 0 deletions

View File

@@ -9,5 +9,8 @@ setup(
author_email='foundation@blender.org',
license='GNU General Public License v2 or later (GPLv2+)',
packages=['blender_file'],
tests_require=[
'pytest',
],
zip_safe=False,
)