pytest-django allows you to test your Django project/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: * Manage test dependencies with pytest fixtures. * Less boilerplate tests: no need to import unittest, create a subclass with methods. Write tests 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. * Works with both worlds: Existing unittest-style TestCase's still work without any modifications.
6 lines
427 B
Text
6 lines
427 B
Text
$NetBSD: distinfo,v 1.1 2018/01/11 14:07:11 adam Exp $
|
|
|
|
SHA1 (pytest-django-3.1.2.tar.gz) = db4fa00349697a6623fa3f3741c903db6cef92a0
|
|
RMD160 (pytest-django-3.1.2.tar.gz) = 2022e41ee0eedb22da725a1c27807c5f0ad11ee1
|
|
SHA512 (pytest-django-3.1.2.tar.gz) = 7abe96ffcd427bc48163a7016e2e3f7e31ef4176471163679a34ca4bea88a28dcd1033f8c24eb4880c355c55f58a790164021bda1c28fbd09fc426c80f2c775b
|
|
Size (pytest-django-3.1.2.tar.gz) = 60225 bytes
|