Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 610 Bytes

File metadata and controls

25 lines (17 loc) · 610 Bytes

Pytest Failing; Npm Test Passes

Assumptions

  • Project uses python based on detected files

Environment / Needs

  • Python 3.7+
  • pytest package

Steps (ranked)

Score Command Why
4 pytest -q detected langs: python; keywords: pytest
4 python -m pytest -q detected langs: python; keywords: pytest
3 npm test -s keywords: npm test

Next Steps

  • Run the suggested commands in order of priority
  • Check logs and error messages for patterns
  • Review environment setup if commands fail
  • Document any additional reproduction steps found