# Test resources
In this directory you can find some files for the tests of ecformat.
They are used for Unit Tests (`tests` modules in [ecformat/src](../../src) directory) and
Integration tests (in the [ecformat/tests](../) directory).
## `charset`
This directory contains the files for the `charset` property.
Each file, which has not a `.editorconfig` or `.license` extension,
is automatically included in the tests
(see [test_utils::get_test_file_paths](../../src/editorconfig/charset/tests/test_utils.rs)).
Each of their names, without the extension,
have to be the name of a `charset` supported by EditorConfig.