aboutsummaryrefslogtreecommitdiff
path: root/tests/README.md
diff options
context:
space:
mode:
authorRoma Modi <romam@google.com>2023-06-30 15:12:24 -0700
committerColin Cross <ccross@android.com>2023-06-30 15:17:15 -0700
commitbbf428a7cee0128dad1fcad73be7d69cb3fd322d (patch)
tree4e2a7cf4b716cb4957c3fbf48178c80eb8b34ddb /tests/README.md
parent7d0540cff49cd6026c91c17a16bb2fbd16f0c9b4 (diff)
parent37bbae48634d879640a754a1b122db99f0b00478 (diff)
downloadmockito-kotlin-bbf428a7cee0128dad1fcad73be7d69cb3fd322d.tar.gz
Merge tag '2.2.11' into master
Test: treehugger Change-Id: I768a92a5ffa9c9bd1088b0196897293e58272702
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
new file mode 100644
index 0000000..a29d680
--- /dev/null
+++ b/tests/README.md
@@ -0,0 +1,7 @@
+Mockito-Kotlin tests
+====================
+
+Tests should be placed in this module.
+CI is set up to execute tests for all major versions of Kotlin,
+whilst keeping the library version on the latest version.
+This ensures the library is backwards compatible for all Kotlin versions.