@@ -0,0 +1,2 @@
|
||||
class pytest_something(object):
|
||||
pass
|
||||
@@ -0,0 +1,2 @@
|
||||
def test_foo():
|
||||
pass
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
class pytest_something(object):
|
||||
pass
|
||||
@@ -0,0 +1,2 @@
|
||||
def test_foo():
|
||||
pass
|
||||