Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Feb 1, 2024
1 parent 084b14e commit 5bd1e37
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tests/python/screencast_keys_test/ops_test.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
from . import common


class TestOps(common.TestBase):
module_name = "ops"
idname = [
('OPERATOR', 'wm.sk_screencast_keys'),
('OPERATOR', 'wm.sk_set_origin'),
('OPERATOR', 'wm.sk_wait_blender_initialized_and_start_screencast_keys'),
]

# this test can not be done because area always NoneType in console run
def test_nothing(self):
pass
from . import common


class TestOps(common.TestBase):
module_name = "ops"
idname = [
('OPERATOR', 'wm.sk_screencast_keys'),
('OPERATOR', 'wm.sk_set_origin'),
('OPERATOR', 'wm.sk_wait_blender_initialized_and_start_screencast_keys'),
]

# this test can not be done because area always NoneType in console run
def test_nothing(self):
pass

0 comments on commit 5bd1e37

Please sign in to comment.