Lecture7 PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 17

Web Programming

with Python and JavaScript


Testing and CI/CD
Testing
assert
unittest
unittest Methods
• assertEqual
• assertNotEqual
• assertTrue
• assertFalse
• assertIn
• assertNotIn
• ...
Django Testing
Browser Testing
CI/CD
CI/CD

• Continuous Integration
• Frequent merges to main branch
• Automated unit testing
• Continuous Delivery
• Short release cycles
GitHub Actions
YAML
key1: value1
key2: value2
key3:
- item1
- item2
- item3
Docker
Source: h*ps://docs.docker.com
Testing and CI/CD
Web Programming
with Python and JavaScript

You might also like