diff --git a/python-fixtures.changes b/python-fixtures.changes index a9a2283..a39a200 100644 --- a/python-fixtures.changes +++ b/python-fixtures.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 14 09:32:54 UTC 2014 - speilicke@suse.com + +- Run testsuite + ------------------------------------------------------------------- Wed Sep 4 13:15:26 UTC 2013 - speilicke@suse.com diff --git a/python-fixtures.spec b/python-fixtures.spec index ffb2243..417f10e 100644 --- a/python-fixtures.spec +++ b/python-fixtures.spec @@ -1,7 +1,7 @@ # # spec file for package python-fixtures # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,6 +52,9 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%check +python -m testtools.run discover + %files %defattr(-,root,root,-) %doc Apache-2.0 BSD COPYING NEWS README