Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fccd022

Browse filesBrowse files
authored
2 parents 8bd1950 + 0ce8ed2 commit fccd022
Copy full SHA for fccd022

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ before_script:
3030

3131
script:
3232
- pip install -e .
33-
- py.test --cov ./MySQLdb
33+
- pytest --cov ./MySQLdb
3434

3535
after_succes:
3636
- codecov

‎tests/test_cursor.py

Copy file name to clipboardExpand all lines: tests/test_cursor.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import py.test
1+
import pytest
22
import MySQLdb.cursors
33
from configdb import connection_factory
44

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.