File structure change, added tests into major folders.
This commit is contained in:
@ -1 +0,0 @@
|
||||
# Tests for the ga
|
||||
2
src/gene/test_gene.py
Normal file
2
src/gene/test_gene.py
Normal file
@ -0,0 +1,2 @@
|
||||
def test_pass():
|
||||
assert 1 + 1 == 2
|
||||
0
src/mutation/test_mutation.py
Normal file
0
src/mutation/test_mutation.py
Normal file
0
src/population/test_population.py
Normal file
0
src/population/test_population.py
Normal file
0
src/test_EasyGA.py
Normal file
0
src/test_EasyGA.py
Normal file
Reference in New Issue
Block a user