Skip to content

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"