Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
B-ASIC - Better ASIC Toolbox
Commits
90d91a14
Commit
90d91a14
authored
2 years ago
by
Oscar Gustafsson
Browse files
Options
Downloads
Patches
Plain Diff
Try test again
parent
4b0e1c0f
No related branches found
Branches containing commit
No related tags found
1 merge request
!78
Add scheduler GUI
Pipeline
#74669
passed
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
b_asic/scheduler_gui/__init__.py
+1
-0
1 addition, 0 deletions
b_asic/scheduler_gui/__init__.py
test/test_scheduler_gui.py
+1
-1
1 addition, 1 deletion
test/test_scheduler_gui.py
with
2 additions
and
1 deletion
b_asic/scheduler_gui/__init__.py
+
1
−
0
View file @
90d91a14
...
...
@@ -9,6 +9,7 @@ from graphics_graph_item import *
from
graphics_graph_event
import
*
from
graphics_component_item
import
*
from
graphics_axes_item
import
*
from
graphics_signal
import
*
from
graphics_timeline_item
import
*
# __all__ = ['main_window', 'graphics_graph', 'component_item', 'graphics_axes', 'graphics_timeline_item']
...
...
This diff is collapsed.
Click to expand it.
test/test_scheduler_gui.py
+
1
−
1
View file @
90d91a14
import
pytest
try
:
import
b_asic.scheduler_gui
.main_window
as
GUI
import
b_asic.scheduler_gui
as
GUI
except
ImportError
:
pytestmark
=
pytest
.
mark
.
skip
(
'
Qt not setup
'
)
...
...
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