Rename py.test to pytest in PyCharm config

This commit is contained in:
Bruno Alla 2019-06-15 11:48:50 +01:00
parent a321a5833d
commit d2f3891fe1

View File

@ -41,7 +41,7 @@
</option> </option>
</component> </component>
<component name="TestRunnerService"> <component name="TestRunnerService">
<option name="projectConfiguration" value="py.test" /> <option name="projectConfiguration" value="pytest" />
<option name="PROJECT_TEST_RUNNER" value="py.test" /> <option name="PROJECT_TEST_RUNNER" value="pytest" />
</component> </component>
</module> </module>