Skip to content

Instantly share code, notes, and snippets.

@graysky2
Created June 12, 2022 15:58
Show Gist options
  • Save graysky2/121d549c99d542592e961bb73c1d0228 to your computer and use it in GitHub Desktop.
Save graysky2/121d549c99d542592e961bb73c1d0228 to your computer and use it in GitHub Desktop.
python -m unittest -b test/test_applicationinstance.py
...................
----------------------------------------------------------------------
Ran 19 tests in 0.025s
OK
WARNING: import keyring failed
python -m unittest -b test/test_argparser.py
.....................
----------------------------------------------------------------------
Ran 21 tests in 1.481s
OK
python -m unittest -b test/test_backintime.py
..
----------------------------------------------------------------------
Ran 2 tests in 2.416s
OK
python -m unittest -b test/test_backup.py
............
----------------------------------------------------------------------
Ran 12 tests in 0.115s
OK
python -m unittest -b test/test_config.py
...........
----------------------------------------------------------------------
Ran 11 tests in 0.007s
OK
WARNING: import keyring failed
python -m unittest -b test/test_configfile.py
......................................................
----------------------------------------------------------------------
Ran 54 tests in 0.004s
OK
WARNING: import keyring failed
python -m unittest -b test/test_encfstools.py
.
----------------------------------------------------------------------
Ran 1 test in 0.000s
OK
WARNING: import keyring failed
python -m unittest -b test/test_restore.py
.........ss
----------------------------------------------------------------------
Ran 11 tests in 1.128s
OK (skipped=2)
python -m unittest -b test/test_sid.py
...........................................
----------------------------------------------------------------------
Ran 43 tests in 0.026s
OK
WARNING: import keyring failed
python -m unittest -b test/test_snapshotlog.py
..........
----------------------------------------------------------------------
Ran 10 tests in 0.006s
OK
WARNING: import keyring failed
python -m unittest -b test/test_snapshots.py
.......s.........s.......................s..........s
----------------------------------------------------------------------
Ran 53 tests in 0.224s
OK (skipped=4)
python -m unittest -b test/test_sshtools.py
ssssssssssssssssssssssss...ssssss
----------------------------------------------------------------------
Ran 33 tests in 0.277s
OK (skipped=30)
python -m unittest -b test/test_takeSnapshot.py
.........sssssssss
----------------------------------------------------------------------
Ran 18 tests in 1.616s
OK (skipped=9)
python -m unittest -b test/test_tools.py
.....s.....s.s..s......s................s..s.s...ss.s.s.............
----------------------------------------------------------------------
Ran 68 tests in 1.085s
OK (skipped=12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment