Page MenuHomePhabricator

[electrum] add a basic test for setup.py
ClosedPublic

Authored by PiRK on Jul 12 2023, 16:00.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCcfbb96bfc913: [electrum] add a basic test for setup.py
Summary

This would have caught the bug fixed by D14258.

electrum-tests is run by CI on any change in the electrum/ directory, even if it is not touching python code.

Test Plan

python test_runner.py

Try reintroducing an error in setup.py [README.md -> README.rst) and check that it fails and print the error tracebak.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Jul 12 2023, 16:00
The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience.
Fabien edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jul 12 2023, 18:16
This revision was automatically updated to reflect the committed changes.