article thumbnail

Test Driven Development with Databricks

Perficient

I don’t like testing Databricks notebooks and that’s a problem. I like Test Driven Development. Databricks has documentation for unit testing. I tried to test one notebook using another notebook. Now I just need to start running some tests. Running python tests in VS Code is not hard.

article thumbnail

Test Driven Development with Databricks (1 of 2)

Perficient

I don’t like testing Databricks notebooks and that’s a problem. I like Test Driven Development. Databricks has documentation for unit testing. I tried to test one notebook using another notebook. Now I just need to start running some tests. Running python tests in VS Code is not hard.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

AoAD2 Practice: Test-Driven Development

James Shore

Test-Driven Development. It’s test-driven development, and it actually delivers these results. Test-driven development, , or TDD, is a rapid cycle of testing, coding, and refactoring. Test-driven development applies the same principle to programmers’ intention.

article thumbnail

Back to the Office With the Agile Fluency® Game

James Shore

The Agile Fluency Game is a fun and thought-provoking exercise for team members, managers, and executives. It accurately simulates the first 2½ years of a newly-formed software development team. Contact me for a free consultation. In-person workshops include a physical copy of the game that’s yours to keep!

Games 65
article thumbnail

5 Ways to Live and Study Web Development in Great Britain Next Summer

The Crazy Programmer

You’ll learn core theory and exercises, and learn how to solve real world challenges and write code just as professional web developers. In Module 01: Programming Fundamentals and Web Development, you’ll cover everything from OO programming in Python, to SQL database basics. framework.

article thumbnail

TDD mistakes 2

Habitable Code

Back in 2014 I wrote a blog post listing three mistakes often made by folks who are new to test-driven development (TDD). Writing tests for invented requirements. Because even if this test never fails, its very existence makes it appear that countWords is a requirement.

article thumbnail

TDD, Unit Testing and the Mainframe

DevOps.com

Unit testing is like exercise: Companies know it’s good for you and you should do it, but given their druthers, they’d rather avoid the effort and just get to the benefit. After all, making unit testing a standard practice in a company’s software development process is probably the […].