Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 947 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 947 Bytes

go-tests-training

This repository is for training purposes of the 01 content team. It allows the running of tests locally without the need of integrating them on the platform. Hence a faster process for writing go tests.

It is based on the go-training repository. Except that it starts empty of tests for clarity training purposes.

go-tests

To run the tests make sure the two repositories are right next to each other:

This repository is to simulate the solutions of a student.

This repository contains the go tests which challenge the solutions of the student repository

To test an exercise, run this command in the go-tests folder:

./test_one.sh isnegative

To run all the exercises, run this command in the go-tests folder:

./test_all.sh