Does the community edition support PyTest?

已回答

Does the community edition support PyTest?  Whenever I try to run a test case in the community version, Pytest appears to not work?  I have no issues with the full edition.

Thanks

 

0

Hi Abby! Community Editon indeed supports pytest. There can be different causes of this behavior:

  • there's a pure Python run configuration for a file of interest (by default PyCharm suggests existed run configuration)
  • pytest is not selected in Settings | Tools | Python Integrated Tools | Default test runner
  • your file and test methods are not started with test_...
  • some syntax inside the file confuses PyCharm, in this case - please provide a code sample of the test module to reproduce the problem
0

请先登录再写评论。