🦞🌯 Lobster Roll

Thread

Vicious (test) mockery of a Perl modulino (phoenixtrap.com)

Stories related to "Vicious (test) mockery of a Perl modulino" across the full archive.

Testing Perl Clients and Go Servers (blog.afoolishmanifesto.com)
Vicious (test) mockery of a Perl modulino (phoenixtrap.com)
The curious case of the disappearing test (strangelyconsistent.org)
Unit Testing Asynchronous Code (tech.binary.com)
Sweeter Perl exception classes (phoenixtrap.com)
Tag suggestion: testing/debugging
There have been a LOT of posts about testing and debugging - `practices`, `reversing`, and `programming` can do some aspects, but are vague about it.
How to write better code using mutation testing (blog.blockscore.com)
On Testing (sempf.net)
Extending the old "a QA engineer walks into a bar" joke.
On Test-Driven Development (abailly.github.io)
Introduction to Property-based Testing using ScalaCheck (blog.codecentric.de)
Testcase Reduction for Non-Preprocessed C and C++ (blog.regehr.org)
How to Stop Hating your Test Suite by Justin Searls (youtube.com)
Justin Searls' Rubyconf talk... very little that is Ruby specific, but a lot of good sense about testing (mostly unit). Very fast paced delivery so quite information dense for a video.
Testing with expectations (bringing hg's unified tests to OCaml) (blogs.janestreet.com)
On Mocks and Mockist Testing (jamesgolick.com)
Clearing Up the Integrated Tests Scam (blog.thecodewhisperer.com)
Using OpenCV and AKAZE for Mobile App and Game Testing (testdroid.com)
µnit - a small unit testing framework for C (github.com)
Selenium for Cross Browser Testing on Mobile Devices (testdroid.com)
Cram: It's test time (bitbucket.org)
"Testing Python-Requests with Betamax" Tutorial on Semaphore CI (semaphoreci.com)
Humbug - a Mutation Testing framework for PHP (github.com)
Testing an Erlang Backend (slideshare.net)
The easy way to get started with property based testing (drmaciver.com)
Testing GCC in the wild (developers.redhat.com)
The next (BIG) step in Automated Test Discipline?
Just spotted an interesting line in this CppCON talk... https://github.com/CppCon/CppCon2015/blob/master/Presentations/Lessons%20in%20Sustainability/Lessons%20in%20Sustainabili… It has all the usual ideas about increasing automated test coverage... but takes it one large step further. > If...
Hypothesis: an advanced Quickcheck style testing library for Python (github.com)
Fuzz test distributed systems with QuickCheck (blog.pusher.com)
Switching from nose to py.test at Mozilla (vimeo.com)
Introductory articles on property based testing (using Hypothesis) (hypothesis.works)
Practical testing in Haskell (jaspervdj.be)