alfredodeza / pytest.vim

Runs your UnitTests with py.test displaying red/green bars and errors
274 stars 40 forks source link

Added two global variables to configure project test directory and test file #48

Closed pmacosta closed 7 years ago

pmacosta commented 7 years ago

g:pytest_test_dir (defaults to 'tests'): configures the project test directory g:pytest_test_file (defaults to 'tests.py'): configures the test file

pmacosta commented 7 years ago

I agree that I did not use the proper terminology. I renamed pytest_test_runner to pytest_test_file, updated code and documentation

alfredodeza commented 7 years ago

Awesome! Would you mind squashing the fix? I'll merge once that is done. Thanks again!

pmacosta commented 7 years ago

I have squashed the fix, It should be ready to go now