]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commit
tests: add __init__.py
authorKen Dreyer <kdreyer@redhat.com>
Thu, 29 Jun 2017 20:44:06 +0000 (14:44 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 29 Jun 2017 20:51:54 +0000 (14:51 -0600)
commitbba30284e2cfa0b8f79cd7ac32b0efc0210d1c4d
treedd250a928cac23913babee26d46b450194022761
parentfaaccc1e5111e33bb6bbf38d0d541c42ff164225
tests: add __init__.py

Prior to this change, "python setup.py build" would not copy the tests
to the build location ("build/").

Debian's Pybuild system expects to be able to run the tests from the
"build/" directory. In other words, this change makes it easier to
package remoto for Debian.
remoto/tests/__init__.py [new file with mode: 0644]