# Unit Testing - Team Python B3
I made my first unit test work succesfully for the swap method of the QuickSelect class. I have only implemented a single unit test for that method, so I still have tests that I need to add. The Visual Code Studio makes this work a lot easier than I think it would have on eclipse. Back to work.