mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-13 12:32:55 +02:00
Add pytest.ini with pythonpath = . configuration to ensure modules are properly discovered when running tests. Also add empty __init__.py file to make the tests directory a proper Python package.
2 lines
No EOL
23 B
INI
2 lines
No EOL
23 B
INI
[pytest]
|
|
pythonpath = . |