]> gitweb.michael.orlitzky.com - djbdns-logparse.git/commit
*/*: reorganize for easy testing using setuptools or tox.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 17 Sep 2022 00:07:05 +0000 (20:07 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 17 Sep 2022 00:07:05 +0000 (20:07 -0400)
commitd0b0eaf76d414da4b32313db94c1e38f29c0da60
tree12b4b36e16ad9f35102b87a81f0c0595680d1574
parentb6f8dc1303972dea1743fbeaa16c6d329fc70ad0
*/*: reorganize for easy testing using setuptools or tox.

Now running either,

  $ python setup.py test

or

  $ tox

will execute the test suite. (The former is deprecated, but is easier
for now, and most importantly doesn't require tox.)
MANIFEST.in
djbdns/common.py [moved from src/djbdns/common.py with 100% similarity]
djbdns/dnscache.py [moved from src/djbdns/dnscache.py with 100% similarity]
djbdns/io.py [moved from src/djbdns/io.py with 95% similarity]
djbdns/tinydns.py [moved from src/djbdns/tinydns.py with 100% similarity]
setup.py
test/__init__.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]