File tree 10 files changed +9
-10
lines changed
10 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- mock >= 1.3.0
2
1
sh >= 1.11
3
2
parameterized >= 0.6.1
4
3
pytest
Original file line number Diff line number Diff line change 1
1
import unittest
2
- import mock
2
+ from unittest import mock
3
3
import os
4
4
import tempfile
5
5
import shutil
Original file line number Diff line number Diff line change 1
1
import unittest
2
2
from contextlib import ExitStack
3
3
4
- import mock
4
+ from unittest import mock
5
5
import tempfile
6
6
import shutil
7
7
import sh
Original file line number Diff line number Diff line change 2
2
from contextlib import ExitStack
3
3
from os import environ
4
4
5
- import mock
5
+ from unittest import mock
6
6
import tempfile
7
7
import shutil
8
8
import sh
Original file line number Diff line number Diff line change 1
1
import unittest
2
2
from contextlib import ExitStack
3
3
4
- import mock
4
+ from unittest import mock
5
5
import tempfile
6
6
import shutil
7
7
import sh
Original file line number Diff line number Diff line change 1
1
import unittest
2
2
from contextlib import ExitStack
3
3
4
- import mock
4
+ from unittest import mock
5
5
import tempfile
6
6
import shutil
7
7
import sh
Original file line number Diff line number Diff line change 1
1
import unittest
2
2
from contextlib import ExitStack
3
3
4
- import mock
4
+ from unittest import mock
5
5
import tempfile
6
6
import shutil
7
7
import sh
Original file line number Diff line number Diff line change 1
1
import unittest
2
- import mock
2
+ from unittest import mock
3
3
import powerline_shell .segments .hostname as hostname
4
4
from powerline_shell .themes .default import Color
5
5
from argparse import Namespace
Original file line number Diff line number Diff line change 3
3
import shutil
4
4
from contextlib import ExitStack
5
5
6
- import mock
6
+ from unittest import mock
7
7
import sh
8
8
import powerline_shell .segments .svn as svn
9
9
from ..testing_utils import dict_side_effect_fn
Original file line number Diff line number Diff line change 1
1
import unittest
2
- import mock
2
+ from unittest import mock
3
3
import powerline_shell .segments .uptime as uptime
4
4
5
5
test_cases = {
You can’t perform that action at this time.
0 commit comments