Skip to content
Commit c3f61bf6 authored by Deeptanshu Sekhri's avatar Deeptanshu Sekhri Committed by Jeremy Johnson
Browse files

Adding PyBinding tests for reference model



Introduced the following tests:
- a sanity test to verify basic model functionality(in memory).
- Tests for DType variants to validate behaviour for different data types.
- Unit tests generated using tosa_verif_build_tests.

Also adding selective test execution for unit tests via pytest markers ('pyb_smoke' and 'pyb_fullsuite').

Sanity and DType tests run by default.

To run unit tests, use:
  pytest -m "pyb_smoke"
  pytest -m "pyb_fullsuite"

Signed-off-by: Deeptanshu Sekhri's avatarDeeptanshu Sekhri <deeptanshu.sekhri@arm.com>
Change-Id: I7ae3c25bc76362ac0374b07ba8ef79e154c214fc
parent 42673982
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment