Practice different programming lagnauges on exercism.io
# Installation
brew install python
pip install -U pytest
# Run test
pytest
# Installation
brew install openjdk, kotlin, gradle
# Run test
gradle test
npm install
npm test
# Installation
brew install go
# Run test
cd go && go list -f '{{.Dir}}' -m | xargs go test --bench --benchmem --cover
# Installation
brew install bats
# Run test
bats *_test.sh
# Installation
brew install rust
# Run test
cargo test
cargo test -- --ignored
# Test all
sh ./rust/run-tests.sh
gem install minitest
ruby -r minitest/pride hello_world_test.rb
# Test all
cd ruby && rake
# runs tests
swift test
# creates an Xcode project
swift package generate-xcodeproj