EIDA / eida-statistics

Aggregated statistics of EIDA nodes
GNU General Public License v3.0
0 stars 0 forks source link

Add more functional tests #34

Open jschaeff opened 1 year ago

jschaeff commented 1 year ago

Wherever there is logic in the code, we should test that it does what it should.

For instance the restriction function with those use cases:

vpet98 commented 1 year ago

How can I skip the authentication part that the methods include to test all these? I cannot acquire a token at testing time. Shall I change the code to accept a parameter testing=True/False?