mirror of
				https://github.com/peeringdb/peeringdb.git
				synced 2024-05-11 05:55:09 +00:00 
			
		
		
		
	Gh 724 (#897)
* remove log file writing from migration * run tests on mysql * fix tests (pt.1) * fix tests (pt.2) * fix all user_id errors in tests * Fix geocode typo * More test changes for mysql id issues * Add coverage config that defines coverage db should go inside test folder * update docs * fix mysql user * fix tests cli * add mysql collate settings * docs * fix sync * fix sync * docs * remove debug output * remove XXX * interim commit to move to dev box * mv db local, rm after run * updates for 724 * note layer error message and work around * fix travis * chown tests * more travis fixes * travis: touch Ctl/dev/.env * write coverage report to ./coverage * clean up docs * formatting Co-authored-by: Stefan Pratter <stefan@20c.com> Co-authored-by: Elliot Frank <elliot@20c.com>
This commit is contained in:
		@@ -18,8 +18,8 @@ class TestUndelete(ClientCase):
 | 
			
		||||
        super().setUpTestData()
 | 
			
		||||
        call_command("pdb_generate_test_data", limit=2, commit=True)
 | 
			
		||||
 | 
			
		||||
        cls.org_a = REFTAG_MAP["org"].objects.get(id=1)
 | 
			
		||||
        cls.org_b = REFTAG_MAP["org"].objects.get(id=2)
 | 
			
		||||
        cls.org_a = REFTAG_MAP["org"].objects.first()
 | 
			
		||||
        cls.org_b = REFTAG_MAP["org"].objects.exclude(id=cls.org_a.id).first()
 | 
			
		||||
 | 
			
		||||
        cls.net_a = cls.org_a.net_set.first()
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user