Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Gaudi
Gaudi
Commits
fe681b4a
Commit
fe681b4a
authored
1 year ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
GaudiExamples: remove nose depedency
parent
70db3fab
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1519
Migrate remaining nosetests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GaudiExamples/tests/scripts/test_compat_aliases.py
+2
-7
2 additions, 7 deletions
GaudiExamples/tests/scripts/test_compat_aliases.py
with
2 additions
and
7 deletions
GaudiExamples/tests/scripts/test_compat_aliases.py
+
2
−
7
View file @
fe681b4a
#!/usr/bin/env python3
#####################################################################################
# (c) Copyright 1998-20
19
CERN for the benefit of the LHCb and ATLAS collaborations #
# (c) Copyright 1998-20
23
CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
...
...
@@ -52,9 +52,4 @@ def test_aliases():
if
__name__
==
"
__main__
"
:
import
sys
import
nose
sys
.
stderr
=
sys
.
stdout
# redirect nose output to stdout
nose
.
main
(
defaultTest
=
sys
.
argv
[
0
])
test_aliases
()
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