source: framspy/framsfiles/tests/run_tests.cmd @ 1149

Last change on this file since 1149 was 1104, checked in by Maciej Komosinski, 3 years ago

Added the "framsfiles" module for reading and writing Framsticks-format files (genotypes, settings, scrips, neurons, etc.)

File size: 180 bytes
Line 
1pushd ..\..
2echo "Testing framswriter..."
3python -m unittest framsfiles/tests/writer_tests.py
4echo "Testing framsreader..."
5python -m unittest framsfiles/tests/reader_tests.py
6popd
Note: See TracBrowser for help on using the repository browser.