Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Go to file
2019-03-15 17:04:19 -03:00
cli Remove calls to macOS open utility 2019-01-10 07:16:21 -03:00
scripts Add some app.drawWithTool() basic tests 2019-03-15 17:04:19 -03:00
sprites Add scripts to test the CLI features 2018-11-07 16:49:31 -03:00
third_party Add some tests for --sheet 2019-01-09 20:43:49 -03:00
.gitmodules Add some tests for --sheet 2019-01-09 20:43:49 -03:00
LICENSE.txt Test default ColorSpace of new sprites 2019-01-03 13:51:40 -03:00
README.md Add some examples about how to run the tests 2019-01-03 17:25:11 -03:00
run-tests.sh Add support to filter tests to run in run-tests.sh 2018-12-20 14:23:00 -03:00

Aseprite Tests

Test suite for Aseprite to avoid breaking backward compatibility.

This project is cloned by the .travis.yml file on Aseprite project to do several automated tests:

How to run tests?

You have to set the ASEPRITE environment variable pointing to the Aseprite executable and then run run-tests.sh from Bash:

export ASEPRITE=$HOME/your-aseprite-build/bin/aseprite
git clone https://github.com/aseprite/tests.git
cd tests
bash run-tests.sh

You can filter some tests with a regex giving a parameter to run-tests.sh, for example:

run-tests.sh color

Should run all tests which have the color word in their name.