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 language: python
python: python:
- "3.3" - "3.3"
#command to run tests #command to run tests
script: nosetests script: python -m unittest
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
"./repository.json", "./repository.json",
"http://release.latexing.com/packages.json", "http://release.latexing.com/packages.json",
"http://release.sublimegit.net/packages.json", "http://release.sublimegit.net/packages.json",
"https://sublime.wbond.net/packages_2.json",
"http://wuub.net/packages.json", "http://wuub.net/packages.json",
"https://bitbucket.org/artyom_smirnov/sublimetext2-packages/raw/master/packages.json", "https://bitbucket.org/artyom_smirnov/sublimetext2-packages/raw/master/packages.json",
"https://bitbucket.org/jjones028/p4sublime/raw/tip/packages.json", "https://bitbucket.org/jjones028/p4sublime/raw/tip/packages.json",
...@@ -151,6 +150,7 @@ ...@@ -151,6 +150,7 @@
"https://raw.github.com/yangsu/sublime-io/master/packages.json", "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-octopress/master/packages.json",
"https://raw.github.com/yangsu/sublime-vhdl/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 @@ ...@@ -142,7 +142,7 @@
{ {
"sublime_text": "*", "sublime_text": "*",
"details": "https://github.com/RobinMalfait/Devrabbit-Paste-Sublime-Text-2/tree/master" "details": "https://github.com/RobinMalfait/Devrabbit-Paste-Sublime-Text-2/tree/master"
} }
] ]
}, },
{ {
......
...@@ -298,31 +298,31 @@ ...@@ -298,31 +298,31 @@
] ]
}, },
{ {
"name": "Google Translate", "name": "Google Spell Check",
"details": "https://github.com/lfont/Sublime-Text-2-GoogleTranslate-Plugin", "details": "https://github.com/noahcoad/google-spell-check",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "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": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3000",
"details": "https://bitbucket.org/nwjlyons/google-search/src/default" "details": "https://github.com/lfont/Sublime-Text-2-GoogleTranslate-Plugin/tree/master"
} }
] ]
}, },
{ {
"name": "Google Spell Check", "details": "https://bitbucket.org/nwjlyons/google-search",
"details": "https://github.com/noahcoad/google-spell-check",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"details": "https://github.com/noahcoad/google-spell-check/tree/master" "details": "https://bitbucket.org/nwjlyons/google-search/src/default"
} }
] ]
}, },
......
...@@ -166,6 +166,16 @@ ...@@ -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", "name": "Paste PDF Text Block",
"details": "https://github.com/compleatang/sublimetext-pastepdf", "details": "https://github.com/compleatang/sublimetext-pastepdf",
...@@ -205,16 +215,6 @@ ...@@ -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", "name": "PasteSelOnClick",
"details": "https://bitbucket.org/Clams/pasteselonclick", "details": "https://bitbucket.org/Clams/pasteselonclick",
......
...@@ -297,22 +297,22 @@ ...@@ -297,22 +297,22 @@
] ]
}, },
{ {
"name": "SelectionTools", "name": "Select Quoted",
"details": "https://github.com/simonrad/sublime-selection-tools", "details": "https://github.com/int3h/SublimeSelectQuoted",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"details": "https://github.com/simonrad/sublime-selection-tools/tree/master" "details": "https://github.com/int3h/SublimeSelectQuoted/tags"
} }
] ]
}, },
{ {
"name": "Select Quoted", "name": "SelectionTools",
"details": "https://github.com/int3h/SublimeSelectQuoted", "details": "https://github.com/simonrad/sublime-selection-tools",
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3000",
"details": "https://github.com/int3h/SublimeSelectQuoted/tags" "details": "https://github.com/simonrad/sublime-selection-tools/tree/master"
} }
] ]
}, },
...@@ -792,22 +792,22 @@ ...@@ -792,22 +792,22 @@
] ]
}, },
{ {
"name": "SortBy", "name": "Sort Lines (Numerically)",
"details": "https://github.com/Doi9t/SortBy", "details": "https://github.com/alimony/sublime-sort-numerically",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "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)", "name": "SortBy",
"details": "https://github.com/alimony/sublime-sort-numerically", "details": "https://github.com/Doi9t/SortBy",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "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 @@ ...@@ -1534,7 +1534,7 @@
] ]
}, },
{ {
"details": "https://github.com/ostinelli/SublimErl/tree/package", "details": "https://github.com/ostinelli/SublimErl",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "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