wadieskaf / PCGA

This repository contains an implementation of a general purpose Genetic Algorithm (GA) to control the proportions of labels in a set of containers.
Other
0 stars 1 forks source link

Add Unit tests using pytest #1

Open wadieskaf opened 11 months ago

wadieskaf commented 11 months ago

The code is well documented, but it lacks testing and therefore it would be very useful to implement unit tests using pytest.

The aim is to have 100% coverage, so any contributions are welcome.

mnajibi commented 11 months ago

Hi there, can I work on this issue?

wadieskaf commented 10 months ago

Hi there, can I work on this issue?

@mnajibi Thank you! Feel free to fork the repo and open a pull request as soon as you are done.