Giter Site home page Giter Site logo

gaelyk-spock's Introduction

Welcome to the Gaelyk project infrastructure

![Gitter](https://badges.gitter.im/Join Chat.svg)

Gaelyk is a lightweight toolkit for developing applications in Groovy for the Google App Engine environment.

You can learn more about the project by going to the project website.

In particular, you'll quickly get started by reading the tutorial.

And downloading the latest version of the toolkit.

If you wish to discuss or contribute, please fill free to join us on the Gaelyk Google Group.

Gaelyk is hosted at GitHub:

gaelyk-spock's People

Contributors

codeconsole avatar erdi avatar marc0der avatar musketyr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gaelyk-spock's Issues

let user pick which appengine API will be used

setting full appengine stack like datastore is pretty inefficient. user should be able to specify which features will be enabled in setup method.

def setup(){
   enable 'datastore', 'memcache'
}

GaelykUnitSpec expects the groovlet is in default package

If you create a new gaelyk unit spec it creates a new variable with the same name as the script. but if the script is in the package the name will be something like 'tasks/doIt' which is note useful. The right name should be just 'doIt'.

Resolve groovlet by convention

There is no need to force users to always specify the path to the groovlet. The default groovlet name should always be the name of the spec w/o the spec suffix and with the lowercased first letter. If the spec is in the package the groovlet should reside also in the same package.

For example

tasks.DoItSpec

class will be by default testing following groovlet

tasks/doIt.groovy

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.