> For the complete documentation index, see [llms.txt](https://docs.ionos.com/docker-machine-driver-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/docker-machine-driver-1/usage/testing.md).

# Testing

## Test the driver

To test the driver make sure your current build is under your `$PATH` so that docker-machine can find it.

## Unit Tests

To run the unit tests available, use the following command in the `docker-machine-driver` directory:

```
make test
```
