RainPoo commited on
Commit
208e81a
·
verified ·
1 Parent(s): 1ff6afc

Delete tests

Browse files
Files changed (2) hide show
  1. tests/conftest.py +0 -14
  2. tests/test_base.py +0 -5
tests/conftest.py DELETED
@@ -1,14 +0,0 @@
1
- # import sys
2
- # import pytest
3
- #
4
- #
5
- # # each test runs on cwd to its temp dir
6
- # @pytest.fixture(autouse=True)
7
- # def go_to_tmpdir(request):
8
- # # Get the fixture dynamically by its name.
9
- # tmpdir = request.getfixturevalue("tmpdir")
10
- # # ensure local test created packages can be imported
11
- # sys.path.insert(0, str(tmpdir))
12
- # # Chdir only for the duration of the test.
13
- # with tmpdir.as_cwd():
14
- # yield
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tests/test_base.py DELETED
@@ -1,5 +0,0 @@
1
- # from project_name.base import NAME
2
- #
3
- #
4
- # def test_base():
5
- # assert NAME == "project_name"