• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

build-busted

Runs busted unit testing for Lua projects
  • #busted
  • #unit-test
  • #lua
  • #productivity
xpol
0.1.3 345
1
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

build-busted

Adds busted targets for atom-build.

How It Works

This package add busted targets for atom-build if .busted (see busted: Predefined Busted Tasks) exists in project root directory.

Here is minimal .busted file if you just want to run busted:

return {}

Limitation: Currently this package can only parse .busted which return a table constructor expression. That is the follow .busted will parsed:

return {
  ...
}

and this will not parsed (you only got default busted target):

local t =  {
  mytask = {...}
}
return t

Setup

  1. Install busted and add a .busted file for your project.
  2. Install atom-build and this atom-build-busted package apm install build build-busted.
  3. Preferences... -> Packages -> build-busted -> Settings -> Set executable Path to your busted executable.

Contribute

Ideas, bugs and pull requests please go to GitHub xpol/atom-build-busted.

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by