pfeinsper / drone-swarm-search

The Drone Swarm Search project provides an environment for SAR missions built on PettingZoo, where agents, represented by drones, are tasked with locating targets identified as shipwrecked individuals.
https://pfeinsper.github.io/drone-swarm-search/
MIT License
19 stars 5 forks source link

JOSS: running tests #266

Closed wob86 closed 2 months ago

wob86 commented 3 months ago

Good to see that within DSSE folder there is a set of tests, but there is no documentation that I found that describes how to run them and in what order (Im assuming its a suite of tests?). Would be useful way to test code once installed and if anyone in the future makes changes

renatex333 commented 3 months ago

Hi @wob86,

Thank you for pointing! Indeed, we missed including directions regarding how to run the tests in the DSSE folder. I've now added a brief explanation in the README file on how to run them. Could you please take a look and let me know if you think it's sufficient? It's in PR #267

Thank you for your feedback!

wob86 commented 2 months ago

Yes thats great, nice discription of the tests and how to run them. Thanks