Dhia Abbassi

Results 3 issues of Dhia Abbassi

Now if you set the flag `BULLETTRAIN_VIRTUALENV_PYTHON_VERSION=true`, current python version will be displayed in prompt segment. Colors and prefix can also be customized. 🐍 ![screenshot from 2017-06-26 12-14-00](https://user-images.githubusercontent.com/2914703/27535071-857eba9e-5a69-11e7-984b-f3c970e963b0.png)

1. Fixed root prompt issue: if you tap "git check" and then press tab to autocomplete in root mode the command line becomes red because is not correctly reseted. ![screenshot...

I'm testing my flask app using pytest, when it comes to test the enpoints I used the Flask `app.test_client` utility: ```python @pytest.fixture(scope='session') def client(app): return app.test_client() ``` Trying the test...