# Lecture

# Managing Database in a CI/CD Environment

This week, we will consider how to write reliable integration tests when the goal is to manipulate a database. Specifically, we will be addressing the following questions:

  1. How can I set up a test database?
  2. How can I integrate tests into my CI/CD pipeline?

There is no lecture this week; instead, you should make a start on the the latest side tutorial (opens new window)