May 2019
Intermediate to advanced
442 pages
11h 36m
English
While the examples and code listings in this book can be used directly without any supporting material, a companion Git repository is also provided to help you with the setup process and the automation of test environments so that you can follow along easily.
In this section, we're going to explore how that repository is organized, explain some choices that are made in terms of the automation of the test environments, and give some pointers on how to customize them:
.├── Makefile├── README.md├── cache/├── chapter03/├── ...├── chapter14/└── utils/
The root structure of the repository shown here should be fairly easy to understand:
Read now
Unlock full access