Commit 3f00f25
authored
Update end-to-end tests for the graph-based decomposition (#2221)
**Context:**
Added a new test file
`frontend/test/pytest/from_plxpr/test_decompose_transform.py` just for
the graph-based decomposition.
**Description of the Change:**
- Removed decompose-lowering tests from `test_from_plxpr.py`
- Added decompose-lowering tests to `test_decompose_transform.py`
**Benefits:**
- Better scoping `test_from_plxpr.py`
- Dedicated test file for decompose-lowering
**Possible Drawbacks:**
**Related GitHub Issues:**1 parent 03e3c75 commit 3f00f25
File tree
4 files changed
+496
-173
lines changed- frontend/test
- lit
- pytest
- from_plxpr
4 files changed
+496
-173
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| |||
729 | 729 | | |
730 | 730 | | |
731 | 731 | | |
732 | | - | |
| 732 | + | |
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
62 | 74 | | |
63 | 75 | | |
64 | 76 | | |
| |||
0 commit comments