Skip to content

Commit

Permalink
Update UnitTestsGenerator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MS-elug authored Jun 6, 2024
1 parent 47b7697 commit f16609b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/UnitTestsGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class <className>Test {{

timestamp = datetime.now().strftime("%Y%m%d%H%M%S")
global_timer_start = time.time()
print(f"Search files in {clone_dir + 'src/main'}")
for java_file in self.list_java_files( clone_dir + 'src/main'):
print("-------------------------------------------------\n")
local_timer_start = time.time()
Expand Down

0 comments on commit f16609b

Please sign in to comment.