~jfb-tempo-consulting/unifield-wm/sync-env-py3

« back to all changes in this revision

Viewing changes to mkdb.py

  • Committer: jf
  • Date: 2013-11-28 22:58:01 UTC
  • Revision ID: jf@ubuntu-20131128225801-5q9chumg8t2bcdau
[IMP] dump db @the end

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
        self.db.module('msf_profile').install().do()
220
220
        self.db.module('sync_so').install().do()
221
221
 
222
 
    @skip_test_real_eval("skipUniUser", "Unifield user creation desactivated")
 
222
    @skip_test_real_eval("skipUniUser", "UniField user creation desactivated")
223
223
    def test_03_unifield_user_creation(self):
224
224
        self.db.connect('admin')
225
225
        self.db.user('unifield').add('admin').addGroups('Sync / User', 'Purchase / User')
732
732
 
733
733
 
734
734
# Push last_sync test at last
735
 
test_cases.append( last_sync )
 
735
test_cases.append(last_sync)
 
736
 
 
737
# and dump
 
738
test_cases.append(dump_all)
736
739
 
737
740
 
738
741
def load_tests(loader, tests, pattern):