This repository has been archived by the owner on May 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Testing Requirements
Gonçalo Tomás edited this page Oct 16, 2018
·
1 revision
FMKe has several testing mechanisms. Most of them use Erlang tools such as dialyzer
or xref
, but the more intricate integration tests assume that you have Docker installed locally. Moreover, the process running the test suites will attempt to create several instances, so permissions need to be given to
Please consult the official installation documentation for your platform.
The test suites are not expected to run with administrative purposes, so be sure that your user is added to the docker
group. See this page for additional information.
- Benchmarking
- Implementing Drivers
- Testing
- Documentation