source: framspy/framsfiles/tests/run_tests.sh @ 1104

Last change on this file since 1104 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: 253 bytes
RevLine 
[1104]1#!/bin/bash
2test_dir=$(realpath $0 | xargs dirname)/../..
3echo "Testing framswriter..."
4cd $test_dir && python -m unittest framsfiles/tests/writer_tests.py
5echo "Testing framsreader..."
6cd $test_dir && python -m unittest framsfiles/tests/reader_tests.py
Note: See TracBrowser for help on using the repository browser.