Skip to content

Commit

Permalink
Merge pull request #431 from rjordans/Development
Browse files Browse the repository at this point in the history
Fixing test runner
  • Loading branch information
zarath committed Sep 21, 2021
2 parents cced02e + 2e2ef88 commit 4b705d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_sitools.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import unittest
from math import inf
from decimal import Decimal # Needed for test_representation()

# Import targets to be tested
from NanoVNASaver.SITools import Format, Value
Expand Down

0 comments on commit 4b705d0

Please sign in to comment.