Commit Graph

6 Commits

Author SHA1 Message Date
c690572663 Add aliases functionality
Add aliases functionality to acedia.
Aliases allow to add "synonyms" to class names or other text values.
2020-04-14 01:49:45 +07:00
dd45e692fc Add unit tests for JSON implementation 2020-03-31 13:29:11 +07:00
a4a1c21cd7 Add basic unit test support
Add class that can automatically perform defined tests on user request.

Developers that wish to implemet unit tests for some functionality
must extend that class (`TestCase`) and add it to the manifest,
so that Acedia can read, register and later use it to perform tests.
2020-03-31 13:28:20 +07:00
26c7af8cc9 Configure manifest to include FixInventoryAbuse 2020-02-18 23:13:03 +07:00
55d81c32f4 Configure manifest to include FixDualiesCost 2020-02-18 20:24:23 +07:00
b289a44a9f First commit 2020-02-16 19:41:27 +07:00