Commit 29314ff3 authored by Will Bond's avatar Will Bond

Merge pull request #1669 from wbond/better_tests

Better tests
parents c20ea112 58336fe6
language: python
python:
- "3.3"
#command to run tests
script: nosetests
script: python -m unittest
......@@ -4,7 +4,6 @@
"./repository.json",
"http://release.latexing.com/packages.json",
"http://release.sublimegit.net/packages.json",
"https://sublime.wbond.net/packages_2.json",
"http://wuub.net/packages.json",
"https://bitbucket.org/artyom_smirnov/sublimetext2-packages/raw/master/packages.json",
"https://bitbucket.org/jjones028/p4sublime/raw/tip/packages.json",
......@@ -151,6 +150,7 @@
"https://raw.github.com/yangsu/sublime-io/master/packages.json",
"https://raw.github.com/yangsu/sublime-octopress/master/packages.json",
"https://raw.github.com/yangsu/sublime-vhdl/master/packages.json",
"https://raw.github.com/zfkun/sublime-kissy-snippets/master/packages.json"
"https://raw.github.com/zfkun/sublime-kissy-snippets/master/packages.json",
"https://sublime.wbond.net/packages_2.json"
]
}
......@@ -142,7 +142,7 @@
{
"sublime_text": "*",
"details": "https://github.com/RobinMalfait/Devrabbit-Paste-Sublime-Text-2/tree/master"
}
}
]
},
{
......
......@@ -298,31 +298,31 @@
]
},
{
"name": "Google Translate",
"details": "https://github.com/lfont/Sublime-Text-2-GoogleTranslate-Plugin",
"name": "Google Spell Check",
"details": "https://github.com/noahcoad/google-spell-check",
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/lfont/Sublime-Text-2-GoogleTranslate-Plugin/tree/master"
"details": "https://github.com/noahcoad/google-spell-check/tree/master"
}
]
},
{
"details": "https://bitbucket.org/nwjlyons/google-search",
"name": "Google Translate",
"details": "https://github.com/lfont/Sublime-Text-2-GoogleTranslate-Plugin",
"releases": [
{
"sublime_text": "*",
"details": "https://bitbucket.org/nwjlyons/google-search/src/default"
"sublime_text": "<3000",
"details": "https://github.com/lfont/Sublime-Text-2-GoogleTranslate-Plugin/tree/master"
}
]
},
{
"name": "Google Spell Check",
"details": "https://github.com/noahcoad/google-spell-check",
"details": "https://bitbucket.org/nwjlyons/google-search",
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/noahcoad/google-spell-check/tree/master"
"sublime_text": "*",
"details": "https://bitbucket.org/nwjlyons/google-search/src/default"
}
]
},
......
......@@ -166,6 +166,16 @@
}
]
},
{
"name": "Paste Laravel",
"details": "https://github.com/RobinMalfait/Laravel-paste",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/RobinMalfait/Laravel-paste/tree/master"
}
]
},
{
"name": "Paste PDF Text Block",
"details": "https://github.com/compleatang/sublimetext-pastepdf",
......@@ -205,16 +215,6 @@
}
]
},
{
"name": "Paste Laravel",
"details": "https://github.com/RobinMalfait/Laravel-paste",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/RobinMalfait/Laravel-paste/tree/master"
}
]
},
{
"name": "PasteSelOnClick",
"details": "https://bitbucket.org/Clams/pasteselonclick",
......
......@@ -297,22 +297,22 @@
]
},
{
"name": "SelectionTools",
"details": "https://github.com/simonrad/sublime-selection-tools",
"name": "Select Quoted",
"details": "https://github.com/int3h/SublimeSelectQuoted",
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/simonrad/sublime-selection-tools/tree/master"
"sublime_text": "*",
"details": "https://github.com/int3h/SublimeSelectQuoted/tags"
}
]
},
{
"name": "Select Quoted",
"details": "https://github.com/int3h/SublimeSelectQuoted",
"name": "SelectionTools",
"details": "https://github.com/simonrad/sublime-selection-tools",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/int3h/SublimeSelectQuoted/tags"
"sublime_text": "<3000",
"details": "https://github.com/simonrad/sublime-selection-tools/tree/master"
}
]
},
......@@ -792,22 +792,22 @@
]
},
{
"name": "SortBy",
"details": "https://github.com/Doi9t/SortBy",
"name": "Sort Lines (Numerically)",
"details": "https://github.com/alimony/sublime-sort-numerically",
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/Doi9t/SortBy/tree/master"
"details": "https://github.com/alimony/sublime-sort-numerically/tree/master"
}
]
},
{
"name": "Sort Lines (Numerically)",
"details": "https://github.com/alimony/sublime-sort-numerically",
"name": "SortBy",
"details": "https://github.com/Doi9t/SortBy",
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/alimony/sublime-sort-numerically/tree/master"
"details": "https://github.com/Doi9t/SortBy/tree/master"
}
]
},
......@@ -1534,7 +1534,7 @@
]
},
{
"details": "https://github.com/ostinelli/SublimErl/tree/package",
"details": "https://github.com/ostinelli/SublimErl",
"releases": [
{
"sublime_text": "<3000",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment