test_bamcache.py 264 B

12345678
  1. from panda3d import core
  2. def test_bamcache_flush_index():
  3. # We really only have this unit test so that this method is being hit
  4. # consistently, and not intermittently, to avoid a noisy coverage report.
  5. cache = core.BamCache()
  6. cache.flush_index()