Skip to content

Nimaj2002/Tester_Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tester Program

This Program is for checking written codes with special inputs with their outputs

How to use

Put the codes you want to Test inside the ./all_codes directory. Don't remember these are python files :)

Put all your inputs inside ./In directory.
input files should look like this:

input1.txt , input2.txt , input3.txt , ...

put all your outputs inside ./Out directory.
Output files should also look like this:

output1.txt , output2.txt , output3.txt , ...

Don not Forget that input and output are in lowercase !!!

Results

This Program will give you a TXT file inside ./results for each file in ./all_codes directory.
Showing the [PASSED] and [FAILED] tests and overall result at the ending of the files including Percentage for that tested program

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages