FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

feathr/docs/dev_guide/dev_testing_guide.md at fixBugInPathAnalyzer · feathr-ai/feathr · GitHub

Latest commit

 

History

History
11 lines (9 loc) · 311 Bytes

File metadata and controls

11 lines (9 loc) · 311 Bytes
layout default
title Developer Guide for Testing
parent Developer Guides

Developer Guide for Testing

PyTest

  • Test a class: pytest feathr_project/test/test_feature_materialization.py
  • Test a method of a class: pytest feathr_project/test/test_feature_materialization.py -k "testMethodName"

Back | FazBrowse Home | New Git URL