10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

Installing package via pip does not install the json configurations #121

Closed TylerBrock closed 10 years ago

llvtt commented 10 years ago

This is intentional. Installing the JSON configurations is problematic:

TylerBrock commented 10 years ago

I think its clear where they should be installed and the code would not be platform dependent if done correctly.

The configurations should be installed where the package is so they can be upgraded with the package. Then in python you can do the following

import site
site = site.getsitepackages()
// get config relative to site[0]
TylerBrock commented 10 years ago

Additionally, I think installing the configurations is a must have for this project. The entire point of this project is testing across drivers via standardized configurations. If we cannot do that via the package alone it is major problem.

llvtt commented 10 years ago

configurations installed by pip in 89fafbdb7b29cdfc5be128bac0f8ea739fa6de0d