Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 310 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 310 Bytes

Programming Exercise

Languages

  • Python
  • Golang
  • Clojure
  • Dart
  • Rust

Python

Run all python tests at python root folder

python -m unittest

Or individual tests with python run <filename>

Golang

Run all golang tests at golang root folder

go test