Skip to content

Commit 99dba72

Browse files
authored
Merge pull request #3292 from nf-core/vs-code-tests
build: Setup VS Code tests
2 parents 98285e3 + e5f0bd3 commit 99dba72

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.vscode/settings.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"python.testing.pytestEnabled": true,
3+
"python.testing.unittestEnabled": false,
4+
"python.testing.nosetestsEnabled": false,
5+
"python.testing.pytestArgs": ["tests", "-v", "--tb=short"],
6+
"python.testing.autoTestDiscoverOnSaveEnabled": true,
7+
"python.terminal.activateEnvInCurrentTerminal": true,
8+
"python.terminal.shellIntegration.enabled": true
9+
}

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
- Make CLI prompt less nf-core specific ([#3326](https://github.com/nf-core/tools/pull/3326))
6565
- Update gitpod vscode extensions to use nf-core extension pack ([#3327](https://github.com/nf-core/tools/pull/3327))
6666
- Remove toList() channel operation from inside onComplete block ([#3304](https://github.com/nf-core/tools/pull/3304))
67+
- build: Setup VS Code tests ([#3292](https://github.com/nf-core/tools/pull/3292))
6768

6869
## [v3.0.2 - Titanium Tapir Patch](https://github.com/nf-core/tools/releases/tag/3.0.2) - [2024-10-11]
6970

0 commit comments

Comments
 (0)