Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
package_control_channel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
package_control_channel
Commits
9ebc01b0
Commit
9ebc01b0
authored
Jul 19, 2016
by
wbond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve dependencies test, fix broken dependencies
parent
17a1c4cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
dependencies.json
repository/dependencies.json
+2
-0
test.py
tests/test.py
+2
-0
No files found.
repository/dependencies.json
View file @
9ebc01b0
...
...
@@ -325,6 +325,7 @@
"name"
:
"pathtools"
,
"load_order"
:
"50"
,
"description"
:
"Path utilities for Python https://pypi.python.org/pypi/pathtools"
,
"author"
:
"vovkkk"
,
"issues"
:
"https://github.com/vovkkk/sublime-pathtools/issues"
,
"releases"
:
[
{
...
...
@@ -634,6 +635,7 @@
"name"
:
"watchdog"
,
"load_order"
:
"20"
,
"description"
:
"Python library to monitor filesystem events http://packages.python.org/watchdog/"
,
"author"
:
"vovkkk"
,
"issues"
:
"https://github.com/vovkkk/sublime-watchdog/issues"
,
"releases"
:
[
{
...
...
tests/test.py
View file @
9ebc01b0
...
...
@@ -371,6 +371,8 @@ class TestContainer(object):
elif
k
==
'load_order'
:
self
.
assertRegex
(
v
,
'^
\
d
\
d$'
,
'"load_order" must be a two '
'digit string'
)
for
key
in
(
'author'
,
'releases'
,
'issues'
,
'description'
,
'load_order'
):
self
.
assertIn
(
key
,
data
,
'
%
r is required for dependencies'
%
key
)
pck_release_key_types_map
=
{
'base'
:
str_cls
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment