DEV Community

Discussion on: Python manage.py pytest or Making Django Use Pytest

Collapse
 
bp100a profile image
Harry Collins

I'm trying this out with Django 3.0 and there are two things I notice:

  • manage.py won't pass-thru any arguments not spelled out
  • the command arguments passed to pytest are stripped of -- and - prefix, and pytest seems to want these.