https://github.com/kohrongying/room-cleaner
https://github.com/kohrongying/room-cleaner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kohrongying/room-cleaner
- Owner: kohrongying
- Created: 2020-06-29T08:56:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T03:49:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T22:14:24.245Z (4 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Exercise
## Languages
- [x] Python
- [x] Golang
- [ ] Clojure
- [ ] Dart
- [ ] Rust## Python
Run all python tests at python root folder
```bash
python -m unittest
```
Or individual tests with `python run `## Golang
Run all golang tests at golang root folder
```bash
go test
```