ioam / topographica

A general-purpose neural simulator focusing on topographic maps.
topographica.org
BSD 3-Clause "New" or "Revised" License
53 stars 32 forks source link

Test suite names #482

Closed sf-issues closed 10 years ago

sf-issues commented 12 years ago

Converted from SourceForge issue 3531024, submitted by ceball Submit Date: 2012-05-31 08:53 GMT

Need to decide on names to use for all-tests, slow-tests, speed-tests, etc, and then use those same names everywhere. Currently, the names aren't the same in the makefile, topo/tests/runtests.py, and buildbot.

jlstevens commented 10 years ago

The test suite names are now listed by ./topographica -t list. This is the only set of names anyone needs to worry about directly (Makefile is no longer used for tests).

There are test suite names defined in topo/tests/runtests.py but they seem consistent with those defined by -t list.

Buildbot test suite names also look reasonable to me (the definitive names are the ones listed by -t list). Closing this issue.