-
- Downloads
[TESTS] - ASSERT PY
J'ai ajouté le support des assert dans le test de la compilation serveur, cela nous permet de séparer les tests du code. Il faudra implémenter ce support pour chaque type de langages et ça risque de devenir très différent à chaque fois.
Showing
- tests/python/assert_test01/.idea/assert_test01.iml 13 additions, 0 deletionstests/python/assert_test01/.idea/assert_test01.iml
- tests/python/assert_test01/.idea/misc.xml 7 additions, 0 deletionstests/python/assert_test01/.idea/misc.xml
- tests/python/assert_test01/.idea/modules.xml 8 additions, 0 deletionstests/python/assert_test01/.idea/modules.xml
- tests/python/assert_test01/.idea/vcs.xml 6 additions, 0 deletionstests/python/assert_test01/.idea/vcs.xml
- tests/python/assert_test01/.idea/workspace.xml 213 additions, 0 deletionstests/python/assert_test01/.idea/workspace.xml
- tests/python/assert_test01/main.py 3 additions, 0 deletionstests/python/assert_test01/main.py
- tests/python/assert_test01/main.pyc 0 additions, 0 deletionstests/python/assert_test01/main.pyc
- tests/python/assert_test01/test.py 6 additions, 0 deletionstests/python/assert_test01/test.py
- tests/python/assert_test01/test.pyc 0 additions, 0 deletionstests/python/assert_test01/test.pyc
- tests/python/assert_test01/venv/.Python 1 addition, 0 deletionstests/python/assert_test01/venv/.Python
- tests/python/assert_test01/venv/bin/activate 78 additions, 0 deletionstests/python/assert_test01/venv/bin/activate
- tests/python/assert_test01/venv/bin/activate.csh 42 additions, 0 deletionstests/python/assert_test01/venv/bin/activate.csh
- tests/python/assert_test01/venv/bin/activate.fish 101 additions, 0 deletionstests/python/assert_test01/venv/bin/activate.fish
- tests/python/assert_test01/venv/bin/activate.ps1 60 additions, 0 deletionstests/python/assert_test01/venv/bin/activate.ps1
- tests/python/assert_test01/venv/bin/activate_this.py 46 additions, 0 deletionstests/python/assert_test01/venv/bin/activate_this.py
- tests/python/assert_test01/venv/bin/easy_install 10 additions, 0 deletionstests/python/assert_test01/venv/bin/easy_install
- tests/python/assert_test01/venv/bin/easy_install-2.7 10 additions, 0 deletionstests/python/assert_test01/venv/bin/easy_install-2.7
- tests/python/assert_test01/venv/bin/pip 10 additions, 0 deletionstests/python/assert_test01/venv/bin/pip
- tests/python/assert_test01/venv/bin/pip2 10 additions, 0 deletionstests/python/assert_test01/venv/bin/pip2
- tests/python/assert_test01/venv/bin/pip2.7 10 additions, 0 deletionstests/python/assert_test01/venv/bin/pip2.7
tests/python/assert_test01/.idea/misc.xml
0 → 100644
tests/python/assert_test01/.idea/modules.xml
0 → 100644
tests/python/assert_test01/.idea/vcs.xml
0 → 100644
tests/python/assert_test01/main.py
0 → 100644
tests/python/assert_test01/main.pyc
0 → 100644
File added
tests/python/assert_test01/test.py
0 → 100644
tests/python/assert_test01/test.pyc
0 → 100644
File added
tests/python/assert_test01/venv/.Python
0 → 120000
tests/python/assert_test01/venv/bin/activate
0 → 100644
tests/python/assert_test01/venv/bin/pip
0 → 100755
tests/python/assert_test01/venv/bin/pip2
0 → 100755
tests/python/assert_test01/venv/bin/pip2.7
0 → 100755
Please register or sign in to comment