tellor-io / telliot-feeds

Telliot feeds
https://tellor-io.github.io/telliot-feeds
Other
26 stars 10 forks source link

Fix tests, CI badge, make tests run faster #451

Open oraclown opened 1 year ago

oraclown commented 1 year ago

These tests are failing (for akrem):

oraclown commented 1 year ago

Reporter tests failing on my local:

==================================================================== short test summary info ====================================================================
FAILED tests/reporters/test_360reporter.py::test_report - assert 0 == 1000000000000000000
FAILED tests/reporters/test_360reporter.py::test_adding_stake - assert False
FAILED tests/reporters/test_360reporter.py::test_no_native_token - assert 'insufficient native token funds' in "info     telliot_feeds.reporters.tellor_360:te...
FAILED tests/reporters/test_custom_360_reporter.py::test_submit_once - AssertionError: assert False
FAILED tests/reporters/test_polygon_reporter.py::test_fetch_gas_price_error - AssertionError: assert 'Invalid gas price speed for matic gasstation: blah' in '...
FAILED tests/reporters/test_rng_reporter.py::test_report - assert "Unable to stake deposit: Send transaction failed: ValueError({'message': 'VM Exception whil...
====================================================== 6 failed, 32 passed, 1 warning in 115.35s (0:01:55) ======================================================

looks like tests/reporters/test_360reporter.py::test_no_native_token fails when run with the group, but not alone

oraclown commented 1 year ago

Another thing:

oraclown commented 1 year ago

To do: