HGS MathComp - Where Methods Meet Applications
The Heidelberg Graduate School of Mathematical and Computational Methods for the Sciences (HGS MathComp) at Heidelberg University is one of the leading graduate schools in Germany focusing on the complex topic of Scientific Computing. Located in a vibrant research environment, the school offers a structured interdisciplinary education for PhD students. The program supports students in pursuing innovative PhD projects with a strong application-oriented focus, ranging from mathematics, computer science, bio/life-sciences, physics, and chemical engineering sciences to cultural heritage. A strong focus is put on the mathematical and computational foundations: the theoretical underpinnings and computational abstraction and conception.
HGS MathComp Principal Investigators are leading experts in their fields, working on projects that combine mathematical and computational methodology with topical research issues. Individual mentoring for PhD candidates and career development programs ensure that graduates are fully equipped to take up top positions in industry and academia.
15:45 - 16:15
Organizer: HGS MathComp
16:15
Location: NeMathematikon • Lecture Hall, Ground Floor • Im uenheimer Feld 205 • 69120 Heidelberg
Registration: No registration required
Organizer: Interdisciplinary Center for Scientific Computing (IWR)
The IWR Colloquium will be held as an in-person event at the Mathematikon. In addition it will be streamed via Zoom. For more information please visit the website of the colloquium.
09:30 - 13:00
Location: Mathematikon • Room 5/104, 5th Floor • Im Neuenheimer Feld 205, 69120 Heidelberg
Registration: Please register via this form
Organizer: Scientific Software Center (SSC)
The latest information and a registration link are available on the course website.
This compact course is part of the course program of the Scientific Software Center (SSC) at Heidelberg University.
Basic Python knowledge is required. Participants are recommended to bring a laptop.
Summary:
A good test suite makes extending, maintaining and debugging a codebase both easier and faster. In this course we will look at the different kinds of tests, and understand how to write good tests. We will also cover different testing strategies, such as test-driven-design when writing new code, or acceptance testing when working with legacy code that doesn’t have a good test suite. Code samples will use the Python testing framework pytest but the concepts also apply to other frameworks and languages.
Learning Objectives:
After the course participants will
- Understand the different kinds of tests
- Understand different testing strategies
- Write better tests of their code
- Deal better with legacy code that is missing tests