1. 25 May, 2017 2 commits
    • Ed Morley's avatar
      Make assertCapturedSuccess display stdout if stderr was empty (#390) · 7a579e4e
      Ed Morley authored
      In cases where there is no stderr there was previously no output,
      which made it hard to find the cause. The assertion messages have
      also been adjusted to remove the repetition (shunit2 already outputs
      expected vs actual itself).
      
      Before:
      ```
      testPipenv
      ASSERT:Expected captured exit code to be 0; was <2> expected:<0> but was:<2>
      testPipenvVersion
      ```
      
      After:
      ```
      testPipenv
      ASSERT:Captured exit code - expected:<0> but was:<2>
       !     Warning: Your application is missing a Procfile. This file tells Heroku how to run your application.
       !     Learn more: https://devcenter.heroku.com/articles/procfile
      -----> Installing python-2.7.13
      -----> Installing pip
      -----> Generating 'requirements.txt' with pipenv
      
      testPipenvVersion
      ```
      
      Fixes #389.
      7a579e4e
    • Kenneth Reitz's avatar
      Faster pipenv (#385) · a1ed1d7b
      Kenneth Reitz authored
      * skip pip install for pipenv
      
      * better
      
      * improvements
      
      * indent
      
      * chmod +x
      
      * export
      
      * skip uninstall too
      
      * pip freeze
      
      * Revert "skip uninstall too"
      
      This reverts commit faac96f62004f78c3d27a92cd865954fc7a3a53d.
      
      * better comments
      
      * redirect stderr to stdout
      a1ed1d7b
  2. 11 May, 2017 4 commits
  3. 05 May, 2017 2 commits
  4. 03 May, 2017 1 commit
    • Kenneth Reitz's avatar
      basics of metrics (#374) · d39b8c19
      Kenneth Reitz authored
      * basics of metrics
      
      * pin to stdlib v2
      
      * measure python installation size
      
      * lots of additional metrics
      
      * add old output methods
      
      * $
      
      * empty commit
      d39b8c19
  5. 25 Apr, 2017 1 commit
  6. 23 Mar, 2017 8 commits
  7. 17 Mar, 2017 3 commits
  8. 16 Mar, 2017 13 commits
  9. 15 Mar, 2017 2 commits
  10. 14 Mar, 2017 4 commits