Mercurial > p > roundup > code
diff test/test_mysql.py @ 6325:1a15089c2e49 issue2550923_computed_property
Merge trunk into branch
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 06 Feb 2021 20:15:26 -0500 |
| parents | 778a9f455067 |
| children | 39189dd94f2c |
line wrap: on
line diff
--- a/test/test_mysql.py Fri Jan 15 16:34:30 2021 -0500 +++ b/test/test_mysql.py Sat Feb 06 20:15:26 2021 -0500 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. -import unittest, os, shutil, time, imp +import unittest, os, shutil, time import pytest from roundup.hyperdb import DatabaseError
