summaryrefslogtreecommitdiff
path: root/Verified fake.md
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2025-05-17 09:03:45 +0200
committerJasper Ras <jras@hostnet.nl>2025-05-17 09:03:45 +0200
commitd4bd3ad4a869c87fcfa4f83b42555a6c8e1bc746 (patch)
tree74cbfcd6ff623e272be389dd7d40d8e45d1f96d5 /Verified fake.md
parent78211f96953bc1a63570f2430cee4ad92c841ce4 (diff)
vault backup: 2025-05-17 09:03:45
Diffstat (limited to 'Verified fake.md')
-rw-r--r--Verified fake.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Verified fake.md b/Verified fake.md
new file mode 100644
index 0000000..669b104
--- /dev/null
+++ b/Verified fake.md
@@ -0,0 +1,8 @@
+---
+tags:
+ - dev
+ - testing
+---
+A verified fake refers to using a fake object in most places to test with it but also have some tests that we define twice, once using the real object and once using the fake. These tests using the real object could actually call out to api's and such, which we want to do sparingly. Therefore these tests only run in certain scenario's, e.g once per night or only if we changed code related to it.
+
+That way we verify whether our fake object actually represents the real one correctly. \ No newline at end of file