move test/ => tests/ to avoid shadowing python's built in test module

fixes confusing problems with dev_appserver starting in cloud sdk 219 (app-engine-python 1.9.76). background in https://issuetracker.google.com/issues/117145272#comment25 .
pull/36/head
Ryan Barrett 2018-10-11 19:05:54 -07:00
rodzic 2854b08862
commit b8d52b3dac
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
11 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +0,0 @@
# webutil/test/__init__.py has setup code that makes App Engine SDK's
# bundled libraries importable.
import oauth_dropins.webutil.test

Wyświetl plik

@ -0,0 +1,3 @@
# webutil/tests/__init__.py has setup code that makes App Engine SDK's
# bundled libraries importable.
import oauth_dropins.webutil.tests