mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""pytest fixtures"""
|
||||
|
||||
import os
|
||||
import types
|
||||
from importlib import reload
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Test conda commandline wrappers
|
||||
"""
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
import tempfile
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Unit test functions in installer.py
|
||||
"""
|
||||
|
||||
import json
|
||||
import os
|
||||
from subprocess import PIPE, run
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Unit test functions in installer.py
|
||||
"""
|
||||
|
||||
import os
|
||||
from datetime import date
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Test functions for normalizing various kinds of values
|
||||
"""
|
||||
|
||||
from tljh.normalize import generate_system_username
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
"""Test traefik configuration"""
|
||||
|
||||
import os
|
||||
|
||||
import pytest
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
Test wrappers in tljw.user module
|
||||
"""
|
||||
|
||||
import grp
|
||||
import os
|
||||
import os.path
|
||||
|
||||
Reference in New Issue
Block a user