Skip to content

Commit

Permalink
Adding asc_editor_test.py testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
nunobrum authored Aug 7, 2023
1 parent 81ba2e9 commit 3c9ffba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ jobs:
python ./tests/unittest/sweep_iterators/sweep_iterators_unittest.py
- name: Test LTSpice_RawRead
run: |
python ./tests/unittest/test_pyltspice.py
python ./tests/unittest/test_pyltspice.py
- name: Test Asc_Editor
run: |
python ./tests/unittest/asc_editor_test.py

0 comments on commit 3c9ffba

Please sign in to comment.