cancervariants / fusor

Data classes and constructor tools supporting the VICC Gene Fusion Curation project
MIT License
0 stars 0 forks source link

use mock data for tests #128

Open katiestahl opened 10 months ago

katiestahl commented 10 months ago

we shouldn't require aws authentication or rely on real data for testing outputs of the fusor application. We should mock any responses made/use mock data so the tests can run by themselves without any dependencies

katiestahl commented 10 months ago

potentially look at https://docs.pytest.org/en/7.1.x/how-to/monkeypatch.html ?