Skip to content

Commit 5478288

Browse files
committed
Rever tweaks
1 parent b7fe4dc commit 5478288

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rever.xsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ACTIVITIES = [
3131

3232

3333
$PROJECT = "qtsass"
34-
$MODULE = "qtsass"
34+
$MODULE = $PROJECT
3535
$GITHUB_ORG = 'spyder-ide'
3636
$GITHUB_REPO = $PROJECT
3737
$VERSION_BUMP_PATTERNS = [
@@ -230,7 +230,7 @@ def run_tests():
230230
"""
231231
Run simple import tests before cleaning repository.
232232
"""
233-
pytest tests
233+
pytest tests --cov=$MODULE
234234

235235

236236
@activity
@@ -284,7 +284,7 @@ def run_install_tests():
284284
Run simple import tests before cleaning repository.
285285
"""
286286
activate($TEMP_ENV)
287-
qtsass --help
287+
$MODULE --help
288288

289289

290290
@activity

0 commit comments

Comments
 (0)