Commit Graph

11 Commits (4ed74fc0f273dfbd68afbad01be1e2de6e883cd2)

Author SHA1 Message Date
derekpierre 9ee7b9e7ef Rename test class to prevent pytest warning about it starting with "Test". 2023-10-04 15:11:59 -04:00
derekpierre 941b21f34f More renames of instances of eth_provider_uri to either blockchain_endpoint or eth_endpoint. 2023-10-04 13:30:18 -04:00
derekpierre 86131ccdc1 Clean up types file. PolicyInfo is no longer used from there, and StakingProviderInfo should be localized to TACoApplicationAgent which is the only user of it. 2023-09-21 09:51:16 -04:00
derekpierre a022473203 Fix failing prometheus test. 2023-09-21 09:51:16 -04:00
Manuel Montenegro 0da1397f56
Rename integration tests
These tests have the same name than other tests in `unit` and
`acceptance` folder.

VS Code IDE in unable to do the discovery process of the tests when:

1. There is different sources of tests (different folders)
2. Some names are duplicated in tests of different folders.

This causes the discovery process to crash, so tests are not shown in
Test Explorer.

Renaming the tests with duplicated names works and let the developers
that uses VS Code to keep working with this IDE.
2023-09-21 10:59:49 +02:00
Manuel Montenegro 700a5e4134
Format integration test test_concurrency.py code
This change applies darker and ruff code style rules.
2023-09-21 10:20:50 +02:00
derekpierre e943ca7b8f Rename PREApplicationAgent to TACoApplicationAgent; also rename associated variables/comments etc. 2023-09-08 09:27:04 -04:00
Piotr Roslaniec aa1dbbade3
Fix Prometheus staking provider metrics test
Commit fb32b081 made eth_provider_uri argument mandatory when creating
a StakingProviderMetricsCollector object. This change was not reflected
in test_prometheus_collectors.py, causing the test fails.
2023-08-24 09:59:37 +02:00
Kieran Prasch c895d24ba9 use TEST_ETH_PROVIDER_URI in favor of PYEVM_DEV_URI 2023-06-26 20:42:51 +02:00
derekpierre 3e498a3751 Some initial refactoring so that Bob and Porter can use the same code for making threshold decryption requests (akin to PRE retrieval). 2023-05-11 10:44:05 -04:00
Kieran Prasch a6d5335449 Reorganizes tests betweeen acceptance/integration. Ape project is now /tests/acceptnace. 2023-05-02 10:23:24 -07:00