https://github.com/cable8mm/unity-unit-test
unity unit test 용 프로젝트
https://github.com/cable8mm/unity-unit-test
Last synced: 13 days ago
JSON representation
unity unit test 용 프로젝트
- Host: GitHub
- URL: https://github.com/cable8mm/unity-unit-test
- Owner: cable8mm
- Created: 2023-05-15T12:03:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T13:18:08.000Z (about 3 years ago)
- Last Synced: 2025-05-24T20:02:47.109Z (about 1 year ago)
- Language: C#
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
본 레포지토리는 Unity 프로젝트의 Unit Test만을 위해 만들어 졌습니다.
## Unit Test
기본적으로 본 레포지토리는 Play Mode용 코드를 `Assets/Tests` 디렉토리에서 테스트합니다.
테스트는 유니티 공식 프레임워크인 `Unity Test Framework`를 사용합니다.
## How-to
```sh
clone https://github.com/cable8mm/unity-unit-test.git
```
unity 오픈 후 Test Runner를 실행한 후 테스트 코드를 실행합니다.