Code Monkey home page Code Monkey logo

test-pgdp's Introduction

pgdpt-init

Automatically make your pgdp homework ready for testing.

A little note

  • This script is only tested on my own setup, I can't guarantee for it working on any other system!

How it works

  • Changes to the .gitignore and the build.gradle file are ignored, as dependencies are injected, therefore any changes made to these files will not show up in version control, if you wish to revert these changes, use git update-index --no-skip-worktree .gitignore and git update-index --no-skip-worktree build.gradle respectively.
  • Creates a symbolic link to the directory provided to the script, therefore updating the pgdp2223-tests repository will also update the linked tests in your repository.

Installation

Clone this repository

git clone https://github.com/vvcaw/pgdpt-init.git

Make the script executable & install it to /usr/local/bin/

cd pgdpt-init
chmod +x pgdpt-init
sudo cp pgdpt-init /usr/local/bin/

Using the script

Go to the homework folder you want to add tests to and execute this command

pgdpt-init folder/to/pgdp2223-tests

the script will automatically get the right tests, based on which homework folder you execute this in.

Installation & Demo (in video form)

asciicast

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.