7 lines
99 B
Python
7 lines
99 B
Python
# -*- coding: utf-8 -*-
|
|
import pytest
|
|
|
|
|
|
pytest_plugins = ['bip0032_fixtures', 'bip0039_fixtures']
|
|
|