GiulioRossetti / ndlib

Network Diffusion Library - (for NetworkX and iGraph)
http://ndlib.readthedocs.io/
BSD 2-Clause "Simplified" License
272 stars 80 forks source link

Local Development Documentation #252

Open eliotwrobson opened 9 months ago

eliotwrobson commented 9 months ago

Is your feature request related to a problem? Please describe. Looking at the library, I would like to benchmark and test the existing code so that I can try to write some performance enhancements. Having trouble figuring out how to run tests locally, so it would be nice if there was some documentation for this.

Describe the solution you'd like See above, just some docs about how to do this. The existing developer guide doesn't describe this.

Describe alternatives you've considered Tried looking at files in the repo, but couldn't figure out how the CI was running the test cases.

Additional context N/A

GiulioRossetti commented 9 months ago

Hi, thanks for the issue. I'll update the documentation as soon as possible.

In the meantime, you can fork the repository and run pytest locally.

The test folder is ndlib/tests.

Best, Giulio