Giter Site home page Giter Site logo

rush00-tester's Introduction

rush00-tester

Rush00 Tester (piscine) | 2020.10
Rush01 Tester (piscine) | 2020.10

문제 풀 때와 동료평가시 활용해보세요.
사용 방법
추가하고싶은 테스트 케이스가 있으면 PR이나 Issue로 남겨주세요! 언제나 환영입니다 :)

Use it for problem solving and peer evaluation.
How to use
If you have a test case you want to add, please leave it as a PR or Issue! It's always welcome :)

test

사용방법

.
├── ft_putchar.c
├── rush00.c
├── rush01.c
├── rush02.c
├── rush03.c
├── rush04.c
├── _rush00-tester
|   ├── _includes
|   ├── _maps
|   ├── _src
|   ├── .gitignore
|   ├── LICENSE
|   └── README.md
|   └── test.sh
|   ├── ...
└── ...

다음 파일들이 있는 폴더 안에 git clone 해주세요.
git clone in the folder containing the following files.

ft_putchar.c rush00.c rush01.c rush02.c rush03.c rush04.c

git clone https://github.com/hochan222/rush00-tester.git

cd rush00-tester
sh test.sh

생성된 result 파일에 diff 기록이 생성됩니다. A diff record is created in the generated result file.

How to contribute to rush00-tester

  1. Please refer to the guide at the bottom of the test.sh file first.
    • There are function descriptions and how to use them.
    • Function: customEvaluation, customEcho
# * < Function: customEvaluation >
# * 
# * When adding a test case, use this function to add it.
# * 
# * @param	string	The name of rush file to run.
# * @param	int		The first argument i in the rush(i, j) function.
# * @param	int		The second argument j in the rush(i, j) function.
# * @param	int		The name of the file to be saved. 
# * 				It increases in order from 0, and add 1 value from the previous test case.
# * @return	void
# *
# * < Function: customEcho >
# *
# *	This function is used to display test cases by dividing them into sections.
# *	
# * @param	string	The name of rush file to run.
# * @param	string	Please write the section to be printed
# * @return	void
  1. Please check if there are any test cases that overlap with previous test cases.
# =================
# < Custom Rush0X >
# =================
  1. Add the test case to the appropriately named comment location. The comments are as above. Here is an additional example:
customEcho rush00 considerNegative
customEvaluation rush00 0 -1 0
  1. Add the test case output file to the maps/rush0X/custom folder at the last number.
  2. Please send PR including explanation and result screen.
  3. For other inquiries, please slack with holee. Thank you. :)

norminette

norminette -R CheckForbiddenSourceHeader

Patch Note

  • Extend 121 testcases (11 x 11) | 2020.10
  • Add negative testcases | 2020.10

Contributor

@hochan222
holee

@ji-junhyuk
ji-junhyuk

💬

기타 문의 사항은 Slack ID holee로 DM 주세요!

rush00-tester's People

Contributors

hochan222 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

rush00-tester's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.