From 79d929e201892811ed72d90cdb7935581d5daf9a Mon Sep 17 00:00:00 2001 From: Laurent Charignon Date: Sun, 31 Jan 2016 16:59:26 -0800 Subject: tests: add a dummy pytest test and add it to the make test step --- tests/__init__.py | 0 tests/ranger/__init__.py | 0 tests/ranger/container/__init__.py | 0 tests/ranger/container/test_container.py | 5 +++++ 4 files changed, 5 insertions(+) create mode 100644 tests/__init__.py create mode 100644 tests/ranger/__init__.py create mode 100644 tests/ranger/container/__init__.py create mode 100644 tests/ranger/container/test_container.py (limited to 'tests') diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/ranger/__init__.py b/tests/ranger/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/ranger/container/__init__.py b/tests/ranger/container/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/tests/ranger/container/test_container.py b/tests/ranger/container/test_container.py new file mode 100644 index 00000000..5125245a --- /dev/null +++ b/tests/ranger/container/test_container.py @@ -0,0 +1,5 @@ +from ranger.container import history + + +def testhistory(tmpdir): + assert True -- cgit 1.4.1-2-gfad0