Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellranger_mkfastq
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
cellranger_mkfastq
Merge requests
!40
Resolve "Add pytest to CI"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Add pytest to CI"
25-AddPytestCI
into
develop
Overview
0
Commits
16
Pipelines
14
Changes
7
Merged
Jeremy Mathews
requested to merge
25-AddPytestCI
into
develop
5 years ago
Overview
0
Commits
16
Pipelines
14
Changes
6
Expand
Closes
#25 (closed)
0
0
Merge request reports
Viewing commit
3f7623d5
Prev
Next
Show latest version
6 files
+
8
−
8
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
3f7623d5
fix output file check to astrocyte output
· 3f7623d5
Jeremy Mathews
authored
5 years ago
workflow/tests/test_check_design.py
+
1
−
1
Options
@@ -6,7 +6,7 @@ from io import StringIO
import
os
test_output_path
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
+
\
'
/../
../tes
t/misc/checkDesignFile/*/
'
'
/../
outpu
t/misc/checkDesignFile/*
*
/
'
@pytest.mark.design
def
test_design
():