diff --git a/python-pytest-django.changes b/python-pytest-django.changes index d46c909..32bd476 100644 --- a/python-pytest-django.changes +++ b/python-pytest-django.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 12 14:06:41 UTC 2017 - jengelh@inai.de + +- Improve write style of description. + ------------------------------------------------------------------- Wed Aug 23 14:48:12 UTC 2017 - t.gruner@katodev.de diff --git a/python-pytest-django.spec b/python-pytest-django.spec index a275807..b3df99b 100644 --- a/python-pytest-django.spec +++ b/python-pytest-django.spec @@ -37,14 +37,15 @@ BuildArch: noarch %python_subpackages %description -pytest-django allows you to test your Django project/applications with the -`pytest testing tool. +pytest-django allows testing Django projects/applications with the +pytest testing tool. -Running your test suite with pytest-django allows you to tap into the features -that are already present in pytest. Here are some advantages: +Running the test suite with pytest-django allows tapping into the features +that are already present in pytest: * Manage test dependencies with pytest fixtures. -* Less boilerplate tests: no need to import unittest, create a subclass with methods. Write tests as regular functions. +* Less boilerplate tests: no need to import unittest and creating a + subclass with methods. Tests can be written as regular functions. * Database re-use: no need to re-create the test database for every test run. * Run tests in multiple processes for increased speed (with the pytest-xdist plugin). * Make use of other pytest plugins.