Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
CIM
CIMpy
Commits
b00ba117
Commit
b00ba117
authored
Sep 25, 2020
by
Jan Dinkelbach
Browse files
fix xml paths in example tests
parent
8e20f768
Pipeline
#335189
failed with stages
in 52 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/test_export_with_exported_files.py
View file @
b00ba117
...
...
@@ -18,7 +18,7 @@ short_profile_name = {
}
tests
=
Path
(
'.'
).
resolve
().
parent
example_path
=
tests
/
'examples'
/
'sampledata'
/
'CIGRE_MV'
example_path
=
tests
/
'cimpy'
/
'examples'
/
'sampledata'
/
'CIGRE_MV'
# This test tests the export functionality of this package by first importing the CIGRE_MV_Rudion_With_LoadFlow_Results
...
...
tests/test_export_with_imported_files.py
View file @
b00ba117
...
...
@@ -18,7 +18,7 @@ short_profile_name = {
}
tests
=
Path
(
'.'
).
resolve
().
parent
example_path
=
tests
/
'examples'
/
'sampledata'
/
'CIGRE_MV'
example_path
=
tests
/
'cimpy'
/
'examples'
/
'sampledata'
/
'CIGRE_MV'
# This test function tests the export functionality by comparing files before the import and export procedure with the
...
...
tests/test_import.py
View file @
b00ba117
...
...
@@ -17,7 +17,7 @@ short_profile_name = {
}
tests
=
Path
(
'.'
).
resolve
().
parent
example_path
=
tests
/
'examples'
/
'sampledata'
/
'CIGRE_MV'
example_path
=
tests
/
'cimpy'
/
'examples'
/
'sampledata'
/
'CIGRE_MV'
# This function tests the import functionality by importing files and comparing them to previously imported and pickled
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment