Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model 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
Show more breadcrumbs
lscsoft
bilby
Commits
43f7fd08
Commit
43f7fd08
authored
6 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Add back in the sampler tests
parent
81ca8e85
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!358
Resolve "Split tests into "on-push" and "scheduled""
Pipeline
#49310
passed
6 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
setup.cfg
+0
-1
0 additions, 1 deletion
setup.cfg
with
0 additions
and
2 deletions
.gitlab-ci.yml
+
0
−
1
View file @
43f7fd08
...
...
@@ -99,7 +99,6 @@ scheduled-python-3.7:
# Run tests which are only done on schedule
-
pytest test/example_test.py
-
pytest test/sampler_test.py
-
pytest test/gw_example_test.py
pages
:
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
0
−
1
View file @
43f7fd08
...
...
@@ -8,7 +8,6 @@ addopts =
--ignore
test/other_test.py
--ignore
test/gw_example_test.py
--ignore
test/example_test.py
--ignore
test/sampler_test.py
[metadata]
license_file
=
LICENSE.md
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment