words on sand
from shri at drone-ah.com
about
posts
tags & stats
endeavours
excursions
Tag: Testing
14
Nov 2023
How to run your lambda code locally as its role (for testing)
While AWS Lambda is fantastic in providing a serverless platform with few worries about maintaining servers, it is not ...
14
Nov 2023
Unable to write to $HOME/.pulumi/credentials.json during bazel test
# The Problem {#the-problem} You can add it to your \~/.bazelrc (it needs the path to be absolute) From our integrati...
13
Nov 2023
Separating out integration tests for golang in Bazel
There are many kinds of automated tests and two main kinds are integration tests and unit tests. Unit tests are design...
23
Dec 2008
Hibernate Domain Model Testing
One of my pet peeves with Hibernate has always been how difficult it was to test it. I want to test the persistence of ...