mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
8 lines
153 B
Python
8 lines
153 B
Python
import delegator
|
|
|
|
|
|
def test_aqua_version():
|
|
c = delegator.run(f"npx aqua --version", block=True)
|
|
print(f"Aqua version: {c.out}")
|
|
assert True
|