pipehappy1 / SES2020spring

6 stars 30 forks source link

Unit 4 exercise #14

Open TD-Lemon1900 opened 4 years ago

TD-Lemon1900 commented 4 years ago

Unit 4 exercise plz commit here.

TD-Lemon1900 commented 4 years ago

https://github.com/TD-Lemon1900/Miracle tests runed for some math problem (add,minus,etc) and also for one function in the midterm code called "dis" the bulid on Travis CI plz see unit4/Travis CI.png

X12345-stu commented 4 years ago

https://github.com/X12345-stu/1/tree/master/unit4 I‘ve changed the code of Unit3 to make it more completed under the guidence of seniors.

Maxin-C commented 4 years ago

https://github.com/Maxin-C/test.git Because my codes in unit3 is progamed by matlab, it is impossible to use pytest to test it. I have written 3 easy test codes in python and used pytest to test them. You can see the report in the 'report.html'. https://www.travis-ci.org/github/Maxin-C/test This is the report of my 'test' repository tested in Travis CI.

W-nova commented 4 years ago

https://github.com/W-nova/homework.git The test report is in the unit4/‘report.html’. I tried but can’t link the website of Travis CI. If I find a way to connect to Travis CI, I'll supplement this section of the report

gylao commented 4 years ago

https://github.com/gylao/SES2020spring/tree/master/unit4 Augment the midterm project with unit tests. Test some of the functions on the last project.

https://www.travis-ci.org/github/gylao/SES2020spring/builds/663369246 use Travis-CI to run the unit tests.

Billish commented 4 years ago

https://gitee.com/Wh_chen/SES2020spring/tree/master/unit3 Update the unittest_circlepacking.py in unit3

ORcup commented 4 years ago

https://github.com/ORcup/unit4.git

KStar-wx commented 4 years ago

https://github.com/KStar-wx/homework4 test_func.py in unit4/test has +-*/ and functions in packing code https://travis-ci.org/github/KStar-wx/homework4 results have been uploaded in unit4 as .jpg

QY-Wu commented 4 years ago

https://github.com/QY-Wu/SES2020spring/blob/master/unit4/mcircle_test.py https://github.com/QY-Wu/SES2020spring/blob/master/unit4/test.png Travis CI can't recognize my project. If I fix this I will submit again.

add175 commented 4 years ago

https://github.com/add175/zl

SHAUNZXY commented 4 years ago

Folder: https://github.com/SHAUNZXY/SESSpring2020/tree/master/SES2020spring/unit4 Test Code: https://github.com/SHAUNZXY/SESSpring2020/blob/master/SES2020spring/unit4/test_func.py .travis.yml: https://github.com/SHAUNZXY/SESSpring2020/blob/master/.travis.yml Test Result: https://github.com/SHAUNZXY/SESSpring2020/blob/master/SES2020spring/unit4/Test%20Result.png Travis CI Result: https://github.com/SHAUNZXY/SESSpring2020/blob/master/SES2020spring/unit4/Travis%20CI%20Result.png

Rapunzel-hair commented 4 years ago

https://github.com/Rapunzel-hair/SES2020spring/blob/master/unit4/tests/test_case1.py Test Result: https://github.com/Rapunzel-hair/SES2020spring/blob/master/unit4/tests/test.png

Xinongyang commented 4 years ago

https://github.com/Xinongyang/SES2020spring/tree/master/unit4 there are some details i will explain in the README.txt, please read it first

zhouzhenghong-gt commented 4 years ago

https://github.com/Zzzzzzzzzzh/2020homework/tree/master/unit4 result picture: https://github.com/Zzzzzzzzzzh/2020homework/blob/master/unit4/pytest_result.png test code:https://github.com/Zzzzzzzzzzh/2020homework/tree/master/unit4/pyspherepack-master

MZY996 commented 4 years ago

https://github.com/MZY996/SES2020spring/tree/master/unit4 The unittest code: https://github.com/MZY996/SES2020spring/blob/master/unit4/TEST.py The result of TEST.py: https://github.com/MZY996/SES2020spring/blob/master/unit4/test_result.png The result of Travis CI: https://github.com/MZY996/SES2020spring/blob/master/unit4/Travis_Result.png All the tests are passed correctly!

NengzhiWang commented 4 years ago

https://github.com/NengzhiWang/Git-Test-SES-Spring/tree/master/unit4

larry444ever commented 4 years ago

https://github.com/larry444ever/SES2020spring.git

Sorry for my failure on this test project because it was keeping telling me 'command not found'. I am not able to solve this problem by searching Internet for help.

byk1001 commented 4 years ago

https://github.com/byk1001/SES2020spring

670-jilinliu commented 4 years ago

https://github.com/670-jilinliu/SES2020spring/tree/master/unit4

Lzcstan commented 4 years ago

https://github.com/Lzcstan/Dijkstra_thx/tree/master/SES2020spring/unit4 I used opencv4 and googletest to test my code in Linux. The tested function is "DistancePointAPolygon". The unittest code is attached in the folder. The successful testing result is photorgaphed in the file .phg (To recompile these two codes, print "g++ pkg-config --cflags opencv4 Unit_Three.cpp Unit_Three_unittest.cc -lgtest -lpthread -o unit4.out pkg-config --libs opencv4" in the Terminal)