Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
dumux-repositories
dumux
Commits
a774bc22
Commit
a774bc22
authored
3 years ago
by
Dennis Gläser
Browse files
Options
Downloads
Patches
Plain Diff
[bin][findtests] remove obsolete imports
parent
9b824c39
No related branches found
No related tags found
1 merge request
!2408
Feature/ci integration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/testing/findtests.py
+0
-3
0 additions, 3 deletions
bin/testing/findtests.py
with
0 additions
and
3 deletions
bin/testing/findtests.py
+
0
−
3
View file @
a774bc22
...
@@ -6,7 +6,6 @@ Run this in the build directory
...
@@ -6,7 +6,6 @@ Run this in the build directory
Warning: This runs
'
make clean
'
on the build directory
Warning: This runs
'
make clean
'
on the build directory
"""
"""
import
multiprocessing
as
mp
import
json
import
json
import
subprocess
import
subprocess
from
argparse
import
ArgumentParser
from
argparse
import
ArgumentParser
...
@@ -14,8 +13,6 @@ from glob import glob
...
@@ -14,8 +13,6 @@ from glob import glob
from
subprocess
import
PIPE
from
subprocess
import
PIPE
import
os
import
os
import
sys
# Whether the two lists a and b have a common member
# Whether the two lists a and b have a common member
def
has_common_member
(
myset
,
mylist
):
def
has_common_member
(
myset
,
mylist
):
return
not
myset
.
isdisjoint
(
mylist
)
return
not
myset
.
isdisjoint
(
mylist
)
...
...
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