mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-22 07:34:20 +01:00
pytest: Rename start tests to reflect the plugin under test
This commit is contained in:
@@ -4,7 +4,7 @@ from pyln.testing.fixtures import * # noqa: F401,F403
|
||||
plugin_path = os.path.join(os.path.dirname(__file__), "prometheus.py")
|
||||
|
||||
|
||||
def test_helpme_starts(node_factory):
|
||||
def test_prometheus_starts(node_factory):
|
||||
l1 = node_factory.get_node()
|
||||
# Test dynamically
|
||||
l1.rpc.plugin_start(plugin_path)
|
||||
|
||||
Reference in New Issue
Block a user