Skip to content

Commit 3b8fc0b

Browse files
committed
#45, wip
1 parent eae88e9 commit 3b8fc0b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

content/posts/meetup-45-wrapup.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Hybrid Meetup #45 wrap-up"
3-
date: 2024-11-12T10:00:00+01:00
4-
draft: true
3+
date: 2024-11-14T17:00:00+01:00
4+
draft: false
55
tags:
66
- summary
77
- meetup
@@ -98,3 +98,10 @@ around the scheduling randomness, when this interferes with test results. Check
9898
out some of the examples included in the library, here:
9999
[timestone/examples](https://github.com/Metamogul/timestone/tree/main/examples)
100100

101+
102+
### Misc
103+
104+
* for integration testing, [testcontainers](https://golang.testcontainers.org/)
105+
can come in handy; you can simulate the actual services your code interfaces
106+
with, like key-value stores, object stores, search engines, databases, etc. -- a handy, albeit slightly slower, alternative to mock objects
107+

0 commit comments

Comments
 (0)