Skip to content
Snippets Groups Projects
Select Git revision
  • version-93
  • master default protected
  • build-docs
  • version-96 protected
  • version-95 protected
  • version-94 protected
  • version-92 protected
  • version-91 protected
8 results

postqm

Ulrik Haugen's avatar
Ulrik Haugen authored
Really exclude tests from installation

See merge request !5
31fb12dc
History

Postfix mail queue manager

Postqm finds, reports on and processes entries in the Postfix mail queue.

Development

To try Postqm on a real system without installing run setup.py as:

python3 setup.py develop --user

... and call postqm as:

~/.local/bin/postqm

Run tests with:

python3 setup.py test

... or to run them without pytest eating their output during test development:

python3 -m unittest

Run linters with:

pylint3 postqm tests
pycodestyle postqm tests
pydocstyle postqm tests

Author

Written by Ulrik Haugen.

Housekeeping