File: testing.rst

package info (click to toggle)
pydenticon 0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: python: 331; makefile: 127
file content (17 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Testing
=======

Pydenticon includes a number of unit tests which are used for regression
testing. The tests are fairly comprehensive, and also include comparison of
Pydenticon-generated identicons against a couple of samples generated by Sigil.

Tests depend on the following additional libraries:

* `Mock <https://pypi.python.org/pypi/mock/>`_

Test dependencies will be automatically downloaded when running the tests if
they're not present.

Pydenticon tests can be run with the following command::

  python setup.py test