decred / tinydecred

Python tools for Decred
ISC License
27 stars 14 forks source link

tests: enable the VSP integration test #131

Closed teknico closed 4 years ago

teknico commented 4 years ago

VSP integration test: refactor, add credentials, convert to pytest format and remove skipping.

The test now uses the https://dcrstakedinner.com VSP (managed by @JoeGruffins) instead of https://teststakepool.decred.org .

teknico commented 4 years ago

Really not important but, since the unit test is post-fixed with _unit, should this one be test_vsp_live.py?

Yes, probably a good guideline to follow for disambiguation.