Add notice text for API tests [skip ci]

This commit is contained in:
Pig Fang 2019-04-29 10:06:49 +08:00
parent 112b6d27ba
commit 9578836c87

7
tests/Api/readme.md Normal file
View File

@ -0,0 +1,7 @@
## What's here?
Code in this directory is used for Blessing Skin API integration tests. For most developers, you don't need to concern about these files.
We use Rust to write tests to enforce us write type-friendly APIs.
If you want to contribute these, you're required to know about Rust and Cargo.