Hello community,
here is the log from the commit of package python-pytest-django for
openSUSE:Factory checked in at 2017-10-20 14:47:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-django (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-django.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-django"
Fri Oct 20 14:47:07 2017 rev:2 rq:535252 version:3.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-django/python-pytest-django.changes
2017-10-18 10:50:41.092302343 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-django.new/python-pytest-django.changes
2017-10-20 14:47:09.644623476 +0200
@@ -1,0 +2,5 @@
+Thu Oct 12 14:06:41 UTC 2017 - [email protected]
+
+- Improve write style of description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-django.spec ++++++
--- /var/tmp/diff_new_pack.s93JR1/_old 2017-10-20 14:47:11.344543983 +0200
+++ /var/tmp/diff_new_pack.s93JR1/_new 2017-10-20 14:47:11.348543796 +0200
@@ -37,14 +37,15 @@
%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.