Moved the duplicated NEXT_URI constant from test_account.py and testlib_journal_entry.py to testlib.py.
This commit is contained in:
		@@ -28,8 +28,8 @@ from flask import Flask
 | 
			
		||||
from flask.testing import FlaskCliRunner
 | 
			
		||||
 | 
			
		||||
from test_site import db
 | 
			
		||||
from testlib import create_test_app, get_client, set_locale
 | 
			
		||||
from testlib_journal_entry import add_journal_entry, NEXT_URI
 | 
			
		||||
from testlib import NEXT_URI, create_test_app, get_client, set_locale
 | 
			
		||||
from testlib_journal_entry import add_journal_entry
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class CurrencyData:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user