From 6f2408d3e9fcc1ef41a545201b417e24532fbb8f Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:36:17 +0200 Subject: [PATCH 1/3] Create CITATION.cff --- CITATION.cff | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..b1e9aca --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,44 @@ +cff-version: 1.2.0 +message: "If you use this lesson material, please cite it using these metadata." +authors: +- name: "CodeRefinery" +- family-names: "Bast" + given-names: "Radovan" +- family-names: "Wikfeldt" + given-names: "Kjartan Thor" +- family-names: "Darst" + given-names: "Richard" +- family-names: "Lindi" + given-names: "Bjørn" +- family-names: "Hellsvik" + given-names: "Johan" +- family-names: "Smart" + given-names: "Poojan" +- family-names: "van Vliet" + given-names: "Marijn" +- family-names: "Di Remigio Eikås" + given-names: "Roberto" +- family-names: "Wehner" + given-names: "Jens" +- family-names: "Ruokolainen" + given-names: "Teemu" +- family-names: "Valberg-Madsen" + given-names: "Janus" +- family-names: "Vathsavayi" + given-names: "Harsha" +- family-names: "Skrypnyk" + given-names: "Rostyslav" +- family-names: "Thiele" + given-names: "Jan Philipp" +- family-names: "Rehnberg" + given-names: "Viktor" +- family-names: "Pfau" + given-names: "Thomas" +title: "Automated testing" +type: "data" +abstract: "Preventing yourself and others from breaking your functioning code. In this lesson we talk about motivation for testing, about test design, but also about some tools that are typically used for automated testing of software." +version: 2025-02-26 +date-released: 2025-02-26 +url: "https://coderefinery.github.io/testing/" +license: CC-BY-4.0 +repository-code: "https://github.com/coderefinery/testing" From 41d9523d9222079ed99b2d915707f2e957b112fd Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 19 Mar 2025 17:34:07 +0200 Subject: [PATCH 2/3] copyright to contributors --- content/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/conf.py b/content/conf.py index c9aaea4..aea7a2d 100644 --- a/content/conf.py +++ b/content/conf.py @@ -18,8 +18,8 @@ # -- Project information ----------------------------------------------------- project = 'Automated testing' -copyright = 'CodeRefinery project' -author = 'CodeRefinery project' +copyright = 'CodeRefinery contributors' +author = 'CodeRefinery contributors' github_user = 'coderefinery' github_repo_name = 'testing' github_version = 'main' From f165acb03d53063b2bb9406196b1b3cd67d1c855 Mon Sep 17 00:00:00 2001 From: Samantha Wittke <32324155+samumantha@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:02:30 +0200 Subject: [PATCH 3/3] update date --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b1e9aca..32cba48 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -37,8 +37,8 @@ authors: title: "Automated testing" type: "data" abstract: "Preventing yourself and others from breaking your functioning code. In this lesson we talk about motivation for testing, about test design, but also about some tools that are typically used for automated testing of software." -version: 2025-02-26 -date-released: 2025-02-26 +version: 2025-03-19 +date-released: 2025-03-19 url: "https://coderefinery.github.io/testing/" license: CC-BY-4.0 repository-code: "https://github.com/coderefinery/testing"