Skip to content

Latest commit

 

History

History

testing_suite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Testing Suite

These tests are designed to check whether specific parts of TALON are behaving as expected. A single command is sufficient to run the entire testing suite, but it is also possible to run select groups of tests at a time if desired. Bedtools must be installed for some of the tests to work.

# Run all tests
make test

# Run only unit tests
make unit

# Run only integration tests
make integration

# Remove temporary files generated by tests
make clean