Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/test/utils.py

Issue 29940559: Issue 7112 - Add centralised conftest (Closed)
Patch Set: Addressed comments from Patch Set #2 Created Nov. 14, 2018, 4:58 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/extensions/test/conftest.py ('k') | tests/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/test/utils.py
diff --git a/sitescripts/extensions/test/conftest.py b/sitescripts/extensions/test/utils.py
similarity index 96%
rename from sitescripts/extensions/test/conftest.py
rename to sitescripts/extensions/test/utils.py
index f673937bc919b02b20b38b352ceaf9561cafb1de..e6d1c4f454c347b3f8b29dd5ac25bd7e57d97fef 100644
--- a/sitescripts/extensions/test/conftest.py
+++ b/sitescripts/extensions/test/utils.py
@@ -13,9 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-"""
-Contains fixtures that are useful across test scripts for the extensions module
-"""
+"""Fixtures that are useful across test scripts for the extensions module."""
import subprocess
« no previous file with comments | « sitescripts/extensions/test/conftest.py ('k') | tests/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld