Explore tweets tagged as #UnitTesting
Most devs stop writing tests when it feels like enough. But feeling isn't a strategy. Tests come with a cost!. 👇 Learn to test with math, not vibes: #softwaretesting #unittesting #dev
0
2
6
Do you really need unit tests? . Well, maybe yes, maybe not. If it's okay for you that developers spend 70% of their day debugging their code, then it's fine to go without unit tests. ---.Join 5,200+ engineers: . #tdd #unittesting
1
3
7
It's NOT enough to say we have unit testing. It's NOT enough to say we've got 100% coverage. If you haven't run mutation testing, you don't know if your tests are protecting you at all. ---.Join 5,200+ engineers: . #tdd #unittesting
2
3
9
Quick tip after migrating to Angular 16 with standalone components: If you're providing services directly in a component, you'll need to update your testing approach. Just spent a few hours debugging failing unit tests because of this change💡. #Angular #UnitTesting #WebDev
0
4
14
Developers care about the code. Business cares about outcomes. If you ever want to have influence on management decision making, communicate the business impact, not the code. ---.Join 5,200+ engineers: . #tdd #unittesting
2
4
8
Code coverage is dangerous because it gives the illusion that the tests are protecting us, when in fact, they might not be. ---.Join 5,200+ engineers: . #tdd #unittesting
1
3
9
The tested code may rely on external services or be time-dependent, which can result in varying outputs. A mock object can control the behavior of a real object in a testing environment by simulating responses from external services. #UnitTesting #Mocking #Python
2
18
74
Unit testing is the foundation of building reliable applications! 🧪 Today, diving into concepts like mocking, mockingResolvedValue, and spying to write tests for a simple Express app. 🚀. @kirat_tw @100xDevs . #UnitTesting #100Devs #ExpressJS #TestingTools
1
1
23
During the years, I have taught several courses on ⚙️ automated testing (#UnitTesting), some of them focused on #RustLang. I have published the first part in my blog:.All of them are hands-on learning 🧑🎓 . I hope you like them. RT & Comments appreciated.
0
2
4
If pyinstaller and unit tests went on a date, who pays for dinner? 🍝🤣. Source: #CodeTesting #TechTips #UnitTesting #Debugging #unittest #unittests
0
3
8
🎉 Just ran my test suite, and everything's green! ✅ All tests passed, ensuring our auth service is solid. 🚀 #TypeScript #NodeJS #UnitTesting #DevLife. #EmergencyTrailer
3
0
6
🚫 Do NOT test internal implementation details. ✅ DO focus on the expected behavior of the code. If you tightly couple your tests to implementation details, any small change to the code will break the tests. Join 4,000+ engineers: #tdd #unittesting
2
3
11
TDD does NOT slow you down. TDD is about being minimalistic - you write just enough code to make the failing test pass. This avoids adding premature features or overengineering. Join 4,100+ engineers: #tdd #unittesting #softwaredevelopment #optivem
2
3
11
An introduction to unit testing in Python #testing #unittesting #python #programming #developer #programmer #coding #coder #softwaredeveloper #computerscience #webdev #webdeveloper #webdevelopment #pythonprogramming #pythonquiz #ai #ml #machinelearning
1
10
80
Higher-level tests help protect us against user-facing regression bugs, whereas lower-level tests help us further optimize maintenance costs. ---.Join 5,200+ engineers: . #tdd #unittesting
2
3
9
If my test variable had legs, how would it walk to the next test in pytest?" 🤔👣. Source: #CodeQuality #DevTips #Unittesting #OpenSource #variable #test
0
3
7
When testing, we want to fail fast. If tests take too long, we might delay running them, leading to more complex bugs later on. Without fast feedback, we’re building software blind. Join 4,300+ engineers: #tdd #unittesting #softwareengineering
2
2
8
Thank you @phil_nash for the meetup yesterday: Re-wiring Your Brain - with Test Driven Thinking. Youtube: Thank you @dmokafa for hosting the event. #tdd #unittesting #cleancode #psychology #neuroscience #softwareengineering #techexcellence
1
1
5