Video Tutorials
Unit Tests
This guide will walk you through writing unit tests.
Onboarding Videos
The videos below explain more about how to write unit tests for Dolphin Flashcards. You can expand the section you feel best describes you!
I'm new to Python or writing unit tests
I'm new to Python or writing unit tests
These videos give an in depth explanation on how writing unit tests works. It’s best to watch them one-by-one.
- Dolphin Flashcards - Vision Onboarding - Overview of the project.
- How To Use Git - Dolphin Flashcards - An overview of how to use Git for Dolphin Flashcards
- Python Tutorial For Beginners - If you don’t know Python, watch this video
- Python Unit Test Tutorial - A tutorial on how to write unit tests with Pytest
- 🚀 Videos on How Unit Tests Works With Dolphin Flashcards Coming Soon!
- 5 Things to Check Before Making a Pull Request - A look at what you need to do before making a merge request
I already know Python and Pytest
I already know Python and Pytest
These videos show an overview, but don’t discuss how to code in Python with Pylint, or how to use Git. If you want to know more about this, see the above section. You can watch every video in turn, or skip around if you’d like
- Dolphin Flashcards - Vision Onboarding - Overview of the project.
- 🚀 Videos on How Unit Tests Works With Dolphin Flashcards Coming Soon!
- 5 Things to Check Before Making a Pull Request - A look at what you need to do before making a merge request