Skip to content

Commit

Permalink
test: tasker.post_stop (#446)
Browse files Browse the repository at this point in the history
for #441
  • Loading branch information
MistEO authored Dec 4, 2024
1 parent 9e69ad9 commit e0c13ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/python/binding_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ def api_test():
print("pipeline failed")
raise RuntimeError("pipeline failed")

tasker.post_pipeline("Entry", ppover)
stopped = tasker.post_stop().wait().succeeded()
if not stopped:
raise RuntimeError("post_stop failed")

tasker.resource.post_path("C:/_maafw_testing_/aaabbbccc")
tasker.clear_cache()
inited = tasker.inited
Expand Down

0 comments on commit e0c13ee

Please sign in to comment.