An open API service indexing awesome lists of open source software.

https://github.com/kohrongying/room-cleaner


https://github.com/kohrongying/room-cleaner

Last synced: about 2 months ago
JSON representation

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
```