diff options
| author | Max Nanis | 2026-03-02 06:33:59 -0500 |
|---|---|---|
| committer | Max Nanis | 2026-03-02 06:33:59 -0500 |
| commit | dec4f45c0755f65a322f6c66833c711dec2c6abb (patch) | |
| tree | 0cadd7e8274f0694b4891816f49ac4a0a6529014 /tests_sandbox/test_flow.py | |
| parent | 19a97da80ae740bb1cf92fc911e6efc210aa05a8 (diff) | |
| download | amt-jb-dec4f45c0755f65a322f6c66833c711dec2c6abb.tar.gz amt-jb-dec4f45c0755f65a322f6c66833c711dec2c6abb.zip | |
grlEventsReducers, EventMarquee, and workin on calc speed and animations from redux (rather than example's array)
Diffstat (limited to 'tests_sandbox/test_flow.py')
| -rw-r--r-- | tests_sandbox/test_flow.py | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tests_sandbox/test_flow.py b/tests_sandbox/test_flow.py deleted file mode 100644 index bbf3633..0000000 --- a/tests_sandbox/test_flow.py +++ /dev/null @@ -1,30 +0,0 @@ -# from jb.decorators import HM -# from jb.flow.tasks import refill_hits, check_stale_hits, check_expired_hits - - -# def test_refill_hits( -# set_hit_types_in_db_min_active_0, -# hit_type_record, expire_all_hits, amt_manager -# ): - -# assert HM.get_active_count(hit_type_in_db.id) == 0 -# assert hit_type_in_db.min_active > 0 -# refill_hits() -# assert HM.get_active_count(hit_type_in_db.id) == hit_type_in_db.min_active - -# amt_hit_ids = HM.filter_active_ids(hit_type_id=hit_type_in_db.id) -# amt_hit_id = list(amt_hit_ids)[0] -# hit, _ = amt_manager.get_hit_if_exists(amt_hit_id=amt_hit_id) -# assert hit - - -# def test_check_stale_hits(): -# # todo: I'd have to create some purposely stale hits. -# # just make sure it runs for now -# check_stale_hits() - - -# def test_check_expired_hits(): -# # todo: I'd have to create some purposely expired hits. -# # just make sure it runs for now -# check_expired_hits() |
