Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
soitool
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
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
bachelor-paa-bittet
soitool
Commits
5d981400
Commit
5d981400
authored
5 years ago
by
Anders H. Rebner
Browse files
Options
Downloads
Patches
Plain Diff
Fikset duplisert kode
parent
093cb1e9
No related branches found
Branches containing commit
No related tags found
1 merge request
!40
#38 #39 Eksporter og importer SOI til/fra fil
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test/test_codebook_to_pdf.py
+0
-1
0 additions, 1 deletion
test/test_codebook_to_pdf.py
test/test_serialize_export_import.py
+2
-4
2 additions, 4 deletions
test/test_serialize_export_import.py
with
2 additions
and
5 deletions
test/test_codebook_to_pdf.py
+
0
−
1
View file @
5d981400
"""
Test exporting codebook to PDF.
"""
"""
Test exporting codebook to PDF.
"""
import
unittest
import
unittest
import
os
import
os
from
functools
import
partial
from
pathlib
import
Path
from
pathlib
import
Path
from
datetime
import
datetime
from
datetime
import
datetime
from
soitool
import
codebook_to_pdf
from
soitool
import
codebook_to_pdf
...
...
This diff is collapsed.
Click to expand it.
test/test_serialize_export_import.py
+
2
−
4
View file @
5d981400
...
@@ -6,7 +6,6 @@ from pathlib import Path
...
@@ -6,7 +6,6 @@ from pathlib import Path
from
datetime
import
datetime
from
datetime
import
datetime
from
schema
import
Schema
,
And
,
Or
from
schema
import
Schema
,
And
,
Or
from
PySide2.QtWidgets
import
QApplication
from
PySide2.QtWidgets
import
QApplication
from
PySide2
import
QtGui
from
soitool.soi
import
SOI
from
soitool.soi
import
SOI
from
soitool.modules.module_table
import
TableModule
from
soitool.modules.module_table
import
TableModule
from
soitool.serialize_export_import_soi
import
(
from
soitool.serialize_export_import_soi
import
(
...
@@ -15,10 +14,9 @@ from soitool.serialize_export_import_soi import (
...
@@ -15,10 +14,9 @@ from soitool.serialize_export_import_soi import (
import_soi
,
import_soi
,
)
)
if
isinstance
(
QtGui
.
qApp
,
type
(
None
)):
app
=
QApplication
.
instance
()
if
app
is
None
:
app
=
QApplication
([])
app
=
QApplication
([])
else
:
app
=
QtGui
.
qApp
SOITOOL_ROOT_PATH
=
Path
(
__file__
).
parent
.
parent
SOITOOL_ROOT_PATH
=
Path
(
__file__
).
parent
.
parent
...
...
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