mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
clean up / format / poetry (#1000)
* stub in poetry for pipenv * re-add tester image * add pre-commit / formatting * fix ghactions * revert test data whitespace, exclude tests/data * revert ws * decruft, rm tox/pipenv * install dev packages for base image * add lgtm config to force to py3
This commit is contained in:
@@ -2,17 +2,16 @@
|
||||
Unit-tests for quick search functionality - note that advanced search is not
|
||||
tested here as that is using the PDB API entirely.
|
||||
"""
|
||||
import re
|
||||
import datetime
|
||||
import re
|
||||
|
||||
import pytest
|
||||
import unidecode
|
||||
|
||||
from django.test import TestCase, RequestFactory
|
||||
from django.core.management import call_command
|
||||
from django.test import RequestFactory, TestCase
|
||||
|
||||
import peeringdb_server.search as search
|
||||
import peeringdb_server.models as models
|
||||
import peeringdb_server.search as search
|
||||
import peeringdb_server.views as views
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user