chg: Bump misp-galaxy

pull/5/head
Raphaël Vinot 2019-02-05 14:23:48 +01:00
parent 75b03b32ce
commit 2e14a3367e
4 changed files with 13 additions and 2 deletions

View File

@ -7,6 +7,7 @@ verify_ssl = true
coveralls = "*"
codecov = "*"
jsonschema = "*"
nose = "*"
[packages]
pymispgalaxies = {editable = true,path = "."}

11
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "ab0a23d60278e766112f9d07ee1a1f7b446293e9e9d7c19762598baa04fb0e36"
"sha256": "0fcd71c6a32074302df9734b9c3138fb602fbc3ae038900db73ad01ac7540219"
},
"pipfile-spec": 6,
"requires": {
@ -109,6 +109,15 @@
"index": "pypi",
"version": "==2.6.0"
},
"nose": {
"hashes": [
"sha256:9ff7c6cc443f8c51994b34a667bbcf45afd6d945be7477b52e97516fd17c53ac",
"sha256:dadcddc0aefbf99eea214e0f1232b94f2fa9bd98fa8353711dacb112bfcbbb2a",
"sha256:f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"
],
"index": "pypi",
"version": "==1.3.7"
},
"requests": {
"hashes": [
"sha256:502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e",

@ -1 +1 @@
Subproject commit a72cba0470dc0993e492d44effe50b5eb170bd0f
Subproject commit ee967395b03eac3e109e471e02562eea60237ac8

View File

@ -55,6 +55,7 @@ class TestPyMISPGalaxies(unittest.TestCase):
clusters_from_files[cluster['name']] = cluster
for name, c in self.clusters.items():
out = c.to_dict()
print(name, c.name)
self.assertCountEqual(out, clusters_from_files[c.name])
def test_validate_schema_clusters(self):