mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#testing

33 Beiträge29 Beteiligte7 Beiträge heute

new vcr release v2!

vcr helps record & replay HTTP interactions in #rstats tests. This is a major update w/ better defaults, enhanced security, new local scoping tools & improved debugging.

Read the blog post for lots more: recology.info/2025/07/vcr-v2/

Huge thanks to @hadleywickham for the majority of work on this release

📋 github.com/ropensci/vcr/releas
📚 docs.ropensci.org/vcr

Recology · vcr v2
Mehr von Scott Chamberlain

Wrote my first Ansible Molecule scenario. The docs are no help, but thankfully Jeff Geerling is. I still can’t figure out a better way for my scenario to “see” my new collection than to symlink the collection into my ~/.ansible/collections dir. There must be a better way, but that’s for later.

For now, we celebrate the working Makefile that launches uv to run molecule with locked dependencies so it’s portable between my Mac and CI and devcontainer!

#devops#ansible#cicd

Discover the power of property-based testing in R with the #quickcheck package! Seamlessly integrates with #testthat and offers a variety of generators for atomic vectors, lists, and tibbles. Perfect for ensuring your code's reliability. Check it out: github.com/armcn/quickcheck #rstats #rprogramming #testing

Property Based Testing in R. Contribute to armcn/quickcheck development by creating an account on GitHub.
GitHubGitHub - armcn/quickcheck: Property Based Testing in RProperty Based Testing in R. Contribute to armcn/quickcheck development by creating an account on GitHub.

🧵 Just published my deep dive into building RspecTimeGuard - a gem that stops RSpec tests from hanging indefinitely!

🔗 Gem: github.com/LucasMontorio/rspec
📖 Full technical writeup: dev.to/lcsm0n/how-to-set-a-tim

The problem: Tests that never finish, wasting CI resources and delaying deployments

The solution: Smart timeout protection with clear error messages

A Time Guard that allows you to set timeouts to your RSpec tests - LucasMontorio/rspec-time-guard
GitHubGitHub - LucasMontorio/rspec-time-guard: A Time Guard that allows you to set timeouts to your RSpec testsA Time Guard that allows you to set timeouts to your RSpec tests - LucasMontorio/rspec-time-guard
#Ruby#RSpec#Testing