1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

initial commit of code

This commit is contained in:
Stefan Pratter
2018-11-08 19:45:21 +00:00
parent 5d7c69de38
commit 0edf47bbfb
370 changed files with 47054 additions and 16 deletions

9
tests/test_misc.py Normal file
View File

@@ -0,0 +1,9 @@
import pytest
import requests
import peeringdb_server.models as models
from django.test import TestCase
def test_requests_ssl():
r = requests.get("https://www.google.com")
assert r.status_code == 200