cgoldberg / multi-mechanize

Performance Test Framework in Python
GNU Lesser General Public License v3.0
459 stars 127 forks source link

Removed dev import logic from multimech-run #7

Open richleland opened 12 years ago

richleland commented 12 years ago

This logic isn't needed as you can achieve the same thing easily with pip:

  1. Make a git clone of the repo
  2. Inside a virtualenv and from the clone's root, run pip install -e .

This allows you to edit and run the cloned copy of multi-mechanize.

Also, the import itself isn't needed at all because it's never used in the code that follows.

alisaifee commented 11 years ago

Hi, I'm consolidating some of the pull requests. this request doesn't merge cleanly into cgoldberg/master. could you please rebase and send the pull request again?