Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@ __pycache__/
.dir-locals.el

# OSX
.DS_Store
.DS_Store

# expect these to be generated
renv
.Rprofile
renv.lock
12 changes: 6 additions & 6 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
carpentry: 'incubator'

# Overall title for pages.
title: 'Software Testing for Research - Python'
title: 'Testing and Continuous Integration'

# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: '2024-03-08'
created: '2026-01-30'

# Comma-separated list of keywords for the lesson
keywords: 'software, data, lesson, The Carpentries, Testing, FAIR4RS, Python, CI, Continuous Integration, Tests'
Expand All @@ -27,13 +27,13 @@ life_cycle: 'pre-alpha'
license: 'CC-BY 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/SylviaWhittle/python-testing-for-research'
source: 'https://github.com/ResearchCodingClub/python-testing-for-research'

# Default branch of your lesson
branch: 'main'

# Who to contact if there are any issues
contact: 'sylvia.whittle@sheffield.ac.uk'
contact: 'liam.pattinson@york.ac.uk'

# Navigation ------------------------------------------------
#
Expand Down Expand Up @@ -84,7 +84,7 @@ profiles:
#
# This space below is where custom yaml items (e.g. pinning
# sandpaper and varnish versions) should live
varnish: RSE-Sheffield/uos-varnish@main
url: 'https://sylviawhittle.github.io/python-testing-for-research/'
varnish: ResearchCodingClub/uoy-varnish@main
url: 'https://researchcodingclub.github.io/python-testing-for-research/'


Loading