Instructor Notes

This is a placeholder file. Please add content here.

Introduction


Generating a Repository using a Template


Instructor Note

Using pipx to install copier is recommended, so it doesn’t pollute the global environment of the user, and so they don’t have to install it in their (not-yet-existant) project space. It’s only recommended to let participants deviate from this advice and directly pip install copier if they (confidently) know what they’re doing.



Intermediate software testingIntroduction1. Improve testing2. Testing a unit of software without having to instantiate all the code3. Working with external systems during a test4 Performance testing of functions5. Smoke testing to see if your application is still doing its basic functionality6. Runtime testing7. Closing words


Continuous IntegrationContinuous Integration and Continuous Deployment / DeliveryVersion controlContainersPipelines or workflows