Skip to content

Commit

Permalink
Enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalenyk committed May 6, 2020
1 parent 23c0336 commit 4b15544
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,151 +87,151 @@ test:

test_relocation_api:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/relocation/api/tests
COV_PATH: src/openprocurement/relocation/api
COV_FILE: .coveragerc

test_tender_esco:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/tender/esco/tests
COV_PATH: src/openprocurement/tender/esco
COV_FILE: .coveragerc

test_tender_openeu:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/tender/openeu/tests
COV_PATH: src/openprocurement/tender/openeu
COV_FILE: .coveragerc

test_tender_cfaua:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/tender/cfaua/tests
COV_PATH: src/openprocurement/tender/cfaua
COV_FILE: .coveragerc

test_tender_comp_stage2:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/tender/competitivedialogue/tests/stage2
COV_PATH: src/openprocurement/tender/competitivedialogue/
COV_FILE: src/openprocurement/tender/competitivedialogue/tests/stage2/.coveragerc

test_tender_core:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/tender/core/tests
COV_PATH: src/openprocurement/tender/core
COV_FILE: .coveragerc

test_api:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/api/tests
COV_PATH: src/openprocurement/api
COV_FILE: .coveragerc

test_agreement_core:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/agreement/core/tests
COV_PATH: src/openprocurement/agreement/core
COV_FILE: .coveragerc

test_agreement_cfaua:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/agreement/cfaua/tests
COV_PATH: src/openprocurement/agreement/cfaua
COV_FILE: .coveragerc

test_contracting_api:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/contracting/api/tests
COV_PATH: src/openprocurement/contracting/api
COV_FILE: .coveragerc

test_planning_api:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/planning/api/tests
COV_PATH: src/openprocurement/planning/api
COV_FILE: .coveragerc

test_historical_core:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/historical/core/tests
COV_PATH: src/openprocurement/historical/core
COV_FILE: .coveragerc

test_historical_tender:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/historical/tender/tests
COV_PATH: src/openprocurement/historical/tender
COV_FILE: .coveragerc

test_tender_comp_stage1:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/tender/competitivedialogue/tests/stage1
COV_PATH: src/openprocurement/tender/competitivedialogue/
COV_FILE: src/openprocurement/tender/competitivedialogue/tests/stage1/.coveragerc

test_tender_limited:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/tender/limited/tests
COV_PATH: src/openprocurement/tender/limited
COV_FILE: .coveragerc

test_tender_openua:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/tender/openua/tests
COV_PATH: src/openprocurement/tender/openua
COV_FILE: .coveragerc

test_tender_belowthreshold:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/tender/belowthreshold/tests
COV_PATH: src/openprocurement/tender/belowthreshold
COV_FILE: .coveragerc

test_tender_openuadefense:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/tender/openuadefense/tests
COV_PATH: src/openprocurement/tender/openuadefense
COV_FILE: .coveragerc

test_tender_cfaselectionua:
extends: .test
when: manual
# when: manual
variables:
TESTS_PATH: src/openprocurement/tender/cfaselectionua/tests
COV_PATH: src/openprocurement/tender/cfaselectionua
Expand Down

0 comments on commit 4b15544

Please sign in to comment.