Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Remove full paths to binaries in dbfixtures.conf #107

Closed
robmessick opened this issue Apr 13, 2015 · 2 comments
Closed

Remove full paths to binaries in dbfixtures.conf #107

robmessick opened this issue Apr 13, 2015 · 2 comments

Comments

@robmessick
Copy link

The "dbfixtures.conf" file contains full paths to the the server binaries (e.g. /usr/bin/redis-server). The defaults should be changed to the binary name (redis-server). pytest-dbfixtures should trust that the user has the PATH configured correctly in their test execution environment.

@pwilczynskiclearcode
Copy link

Ok, we'll change it into: e.g. take redis from PATH if not specified precisely in fixture or yaml configuration.

@fizyk
Copy link
Member

fizyk commented Oct 12, 2016

Will be dealt by #160 split packages will have config options for command line and pytest.ini, and everyone will be able to change executable easily.

@fizyk fizyk closed this as completed Oct 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants