kytos-ng / kytos-end-to-end-tests

Kytos End-to-End Tests
0 stars 10 forks source link

Ordered paths #244

Closed Alopalao closed 1 year ago

Alopalao commented 1 year ago

Related to mef_eline PR #339

Summary

Ordering paths

Local tests

+ python3 -m pytest tests/test_e2e_10_mef_eline.py -k '140 or 145' --reruns 2 -r fEr
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-7.2.0, pluggy-1.0.0
rootdir: /tests
plugins: timeout-2.1.0, rerunfailures-10.2, anyio-3.6.2
collected 40 items / 38 deselected / 2 selected

tests/test_e2e_10_mef_eline.py ..                                        [100%]
viniarck commented 1 year ago

Related PRs have landed, let's ship this.