mirror of
https://github.com/jankae/LibreVNA.git
synced 2025-12-06 07:12:10 +01:00
8 lines
173 B
Python
8 lines
173 B
Python
|
|
from tests.TestBase import TestBase
|
||
|
|
import time
|
||
|
|
|
||
|
|
class TestUpdate(TestBase):
|
||
|
|
def test_Update(self):
|
||
|
|
self.vna.cmd("DEV:UPDATE ../../combined.vnafw", timeout=60)
|
||
|
|
|