File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
1.5.1
7
7
-----
8
- * drop suport python 2.6
8
+ * drop support python 2.6
9
9
10
10
1.5
11
11
---
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pytest-echo
9
9
10
10
11
11
Print environment variables, package version and generic attributes,
12
- as they are at the begining of the test.
12
+ as they are at the beginning of the test.
13
13
14
14
Useful in the continuous integration to dump test
15
15
configuration/environment and or to check if attributes are properly set
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def get_module_attribute(path):
66
66
The `attribute` can be either a module attribute (ie. os.path.curdir)
67
67
or a object attribute (ie. linecache.cache.__class__)
68
68
69
- Warning: Be careful when use thi function as it load any module in the path
69
+ Warning: Be careful when use this function as it load any module in the path
70
70
and this will execute any module's level code
71
71
72
72
:param path: full path to the attribute
You can’t perform that action at this time.
0 commit comments