Last change
on this file since 1254 was
1104,
checked in by Maciej Komosinski, 4 years ago
|
Added the "framsfiles" module for reading and writing Framsticks-format files (genotypes, settings, scrips, neurons, etc.)
|
File size:
253 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | test_dir=$(realpath $0 | xargs dirname)/../.. |
---|
3 | echo "Testing framswriter..." |
---|
4 | cd $test_dir && python -m unittest framsfiles/tests/writer_tests.py |
---|
5 | echo "Testing framsreader..." |
---|
6 | cd $test_dir && python -m unittest framsfiles/tests/reader_tests.py |
---|
Note: See
TracBrowser
for help on using the repository browser.