Exemplo n.º 1
0
    def test_conference_submissions(self):
        Node.remove()
        conference1 = ConferenceFactory()
        conference2 = ConferenceFactory()
        # Create conference nodes
        create_fake_conference_nodes(
            3,
            conference1.endpoint,
        )
        create_fake_conference_nodes(
            2,
            conference2.endpoint,
        )

        url = api_url_for('conference_submissions')
        res = self.app.get(url)
        assert_equal(len(res.json['submissions']), 5)
Exemplo n.º 2
0
    def test_conference_submissions(self):
        Node.remove()
        conference1 = ConferenceFactory()
        conference2 = ConferenceFactory()
        # Create conference nodes
        create_fake_conference_nodes(
            3,
            conference1.endpoint,
        )
        create_fake_conference_nodes(
            2,
            conference2.endpoint,
        )

        url = api_url_for('conference_submissions')
        res = self.app.get(url)
        assert_equal(len(res.json['submissions']), 5)
 def clear(self):
     Node.remove()
 def tearDown(self):
     super(TestRegistrationFiltering, self).tearDown()
     Node.remove()
 def tearDown(self):
     OsfTestCase.tearDown(self)
     Node.remove()
Exemplo n.º 6
0
 def tearDown(self):
     NodeLog.remove()
     Node.remove()
Exemplo n.º 7
0
 def tearDown(self):
     super(TestUserRoutesNodeRoutes, self).tearDown()
     Node.remove()
Exemplo n.º 8
0
 def tearDown(self):
     ApiTestCase.tearDown(self)
     Node.remove()
Exemplo n.º 9
0
 def tearDown(self):
     super(TestPreprintList, self).tearDown()
     Node.remove()
     PreprintService.remove()
Exemplo n.º 10
0
 def tearDown(self):
     super(TestPreprintFiltering, self).tearDown()
     Node.remove()
Exemplo n.º 11
0
 def tearDown(self):
     super(CitationsNodeTestCase, self).tearDown()
     Node.remove()
     User.remove()
Exemplo n.º 12
0
 def tearDown(self):
     super(TestPreprintFiltering, self).tearDown()
     Node.remove()
Exemplo n.º 13
0
 def tearDown(self):
     super(TestPreprintList, self).tearDown()
     Node.remove()
     PreprintService.remove()
Exemplo n.º 14
0
 def tearDown(self):
     super(TestUserDetail, self).tearDown()
     Node.remove()
Exemplo n.º 15
0
 def tearDown(self):
     super(TestUserNodes, self).tearDown()
     Node.remove()
Exemplo n.º 16
0
 def tearDown(self):
     ApiTestCase.tearDown(self)
     Node.remove()
Exemplo n.º 17
0
 def tearDown(self):
     super(TestNodeForkCreate, self).tearDown()
     Node.remove()
Exemplo n.º 18
0
 def tearDown(self):
     super(TestInstitutionList, self).tearDown()
     Node.remove()
Exemplo n.º 19
0
 def tearDown(self):
     super(TestNodeForkCreate, self).tearDown()
     Node.remove()
Exemplo n.º 20
0
 def tearDown(self):
     super(TestInstitution, self).tearDown()
     Node.remove()
Exemplo n.º 21
0
 def tearDown(self):
     super(TestUserRoutesNodeRoutes, self).tearDown()
     Node.remove()
 def clear(self):
     Node.remove()
Exemplo n.º 23
0
 def tearDown(self):
     Node.remove()
Exemplo n.º 24
0
 def tearDown(self):
     super(TestRegistrationForkCreate, self).tearDown()
     Node.remove()
Exemplo n.º 25
0
 def tearDown(self):
     super(TestRegistrationList, self).tearDown()
     Node.remove()
Exemplo n.º 26
0
 def tearDown(self):
     super(TestRegistrationFiltering, self).tearDown()
     Node.remove()
 def tearDown(self):
     super(TestMigrateForks, self).tearDown()
     Node.remove()
     responses.stop()
     responses.reset()
     piwik_cache._cache = None
Exemplo n.º 28
0
 def tearDown(self):
     OsfTestCase.tearDown(self)
     Node.remove()
Exemplo n.º 29
0
 def tearDown(self):
     super(TestRegistrationList, self).tearDown()
     Node.remove()
Exemplo n.º 30
0
 def tearDown(self):
     super(CitationsNodeTestCase, self).tearDown()
     Node.remove()
     User.remove()