Code Monkey home page Code Monkey logo

packageevaluator.jl's Introduction

PackageEvaluator.jl

Build Status Coverage Status

A package + extras that attempt to evaluate the state of individual packages as well as the status of the wider package ecosystem for Julia. Check the status of packages at the package listing.

Exceptions for packages that can't/shouldn't be tested are in src/constants.jl. Open issue/file a PR if you want to add/remove a package.

Licenses are searched for in the files listed in src/constants.jl and support a variety of licenses. If your license isn't detected, please file an issue.

Tests are heuristically identified. The preferred choice is a single "master test file" that will run all the tests. Here is the heuristic:

  • Look for runtests.jl, run_tests.jl, tests.jl,test.jl, or $PKGNAME.jl in...
  • ... either the root of the package, or in a test or tests subfolder.
  • If that fails, look for a test or tests folder. If one exists, and has one and only one .jl file in it, use that.

The "best version" is test/runtests.jl, and is called by Pkg.test as of Julia 0.3.

More information

PackageEvaluator, as a module, exports three functions:

  • evalPkg(pkg, addremove=true) - runs various tests on the package pkg, adding it first and removing it afterwards by default. Will return a dictionary of test results.
  • featuresToJSON(pkg_name, features) - return test results as a JSON string, given the dictionary produced by evalPkg.
  • testAllPkgs(limit=Inf) generates a JSON file for every package.

Also, in extra, runandlog.sh runs the package evaluator in a seperate .julia, saves results.

packageevaluator.jl's People

Contributors

andrioni avatar astrieanna avatar aviks avatar iainnz avatar nolta avatar simonster avatar timholy avatar

Watchers

 avatar  avatar  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.