Jaseci-Labs / jaseci

The Official Jaseci Code Repository
https://jaseci.org
156 stars 214 forks source link

Fix for Caching Issue in jac test #1398

Closed Thamirawaran closed 3 weeks ago

Thamirawaran commented 1 month ago

Description

Fixed the caching issue in jac test.

Changes

  1. run_test function in default.py file is updated to avoid caching
  2. test case is added in test_cli.py

Issue

Fixes #1396