GithubHelp home page GithubHelp logo

fp-tests's Introduction

FP homework-tests

Положите свои решения в src/HW+/T*.hs. Тесты запускаются командой stack test hw+:t*, где вместо + нужно написать номер домашнего задания, а вместо * нужно написать номер тестируемого модуля. Все тесты запускаются командой stack test hw+.

Создание приватного репозитория

  1. Создайте пустой приватный репозиторий.
  2. Сделайте bare клон этого репозитория:git clone --bare https://github.com/NelosG/fp-tests.git.
  3. Перейдите в созданную папку:cd fp-tests.git.
  4. Сделайте пуш в ваш приватный репозиторий: git push --mirror <your rep> Это позволит сохранить историю коммитов для последнющей подгрузки новых тестов.
  5. Склонируйте ваш репозиторий и перейдите в него.
  6. Добавьте удаленный репозиторий:git remote add upstream https://github.com/NelosG/fp-tests.git
  7. Готово

Теперь вы можете подгружать новые тесты командой:git pull upstream master

fp-tests's People

Contributors

artem avatar dk318 avatar iliayar avatar jovvik avatar nelosg avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.