Tests are in src/ directory.
Bash completion and configuration file are in dedicated directory.
Script to generate manpage are moved to docs/.
Signed-off-by: Chenxiong Qi cqi@redhat.com
This change also benefits developers, that is to run python setup.py test directly in RHEL6/7 and Fedora.
python setup.py test
Tests pass, building Fedora RPM (for Rawhide) from the new tarball seems to be working as well (I only needed to change path to man page script and set PYTHONPATH so that it would find pyrpkg.cli module).
PYTHONPATH
pyrpkg.cli
Does the src/ directory make sense anymore? There are only other subdirs in it, so maybe those could be moved to top level?
src/
Generally this looks fine to me.
rebased
Good idea. Patch is updated.
The tests pass on my machine. It looks like there are some stale .pyc files.
.pyc
LGTM
It looks like there are some stale .pyc files.
in src/ directory?
When I pulled this PR locally and ran the tests, I got the same error, but git clean -fxd fixed it. I don't know if this really is the problem.
git clean -fxd
src/ needs to be deleted.
Pull-Request has been merged by cqi
Tests are in src/ directory.
Bash completion and configuration file are in dedicated directory.
Script to generate manpage are moved to docs/.
Signed-off-by: Chenxiong Qi cqi@redhat.com
This change also benefits developers, that is to run
python setup.py testdirectly in RHEL6/7 and Fedora.