Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
WindEnergyToolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
wtlib
WindEnergyToolbox
Commits
3aa82f09
Commit
3aa82f09
authored
7 years ago
by
Mads M. Pedersen
Browse files
Options
Downloads
Patches
Plain Diff
testing test_files from TestFiles submodule
parent
f8fc0ded
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
TestFiles
+1
-1
1 addition, 1 deletion
TestFiles
wetb/utils/tests/test_test_files.py
+1
-1
1 addition, 1 deletion
wetb/utils/tests/test_test_files.py
with
2 additions
and
2 deletions
TestFiles
@
cf64c48f
Subproject commit
2935f60df7616606d4a7951b12d967d513b2b37
b
Subproject commit
cf64c48ffb671d35a457d0539e078bfe3eb07f0
b
This diff is collapsed.
Click to expand it.
wetb/utils/tests/test_test_files.py
+
1
−
1
View file @
3aa82f09
...
...
@@ -25,7 +25,7 @@ class Test_test_files(unittest.TestCase):
def
test_test_files
(
self
):
fn1
=
get_test_file
(
tfp
+
'
test_file.txt
'
)
self
.
assertTrue
(
fn1
)
self
.
assertTrue
(
os
.
path
.
isfile
(
fn1
)
)
fn2
=
get_test_file
(
'
test_file.txt
'
)
self
.
assertEqual
(
fn1
,
fn2
)
...
...
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