neat-python icon indicating copy to clipboard operation
neat-python copied to clipboard

Unit test suite XOR example

Open Kuselokusi opened this issue 6 years ago • 1 comments

Hi, I would like to know if a unit test suite was developed for the XOR example implementation of neat python to test if it does what it is suppose to do. If it was developed (or something similar to it) kindly indicate where it can be found please.

Kuselokusi avatar Dec 10 '18 12:12 Kuselokusi

There aren't any tests for the examples themselves, but there is basically a copy of the XOR example here: https://github.com/CodeReclaimers/neat-python/blob/master/tests/test_xor_example.py

That particular test is really just there as a smoke test to catch issues that might only show up when you do an end-to-end run.

CodeReclaimers avatar Dec 10 '18 17:12 CodeReclaimers