Posts by Leon Cruz • 15 points
6 posts
-
0
votes1
answer60
viewsA: Gitlab CI passes the test even with error
I was able to solve the problem by changing the command of . gitlab-ci.yml. The "python3 manager.py test", I switched to "python3 -m unittest Discover -s tests/". Since "tests/" is my test folder.…
-
0
votes1
answer60
viewsQ: Gitlab CI passes the test even with error
I’m working with python/flask in an application. I want to test the Gitlab CI, so I ran a test that generates an error, just to see how it works. But, it turns out that the IC passes the Job even…
-
0
votes1
answer143
viewsQ: Rest Apis for e-commerce
I’m trying to build an e-commerce with a friend and we’re thinking about putting together a Rest api to access the bunch of data and create a website and an app to consume it. Since this is an…
-
0
votes1
answer347
views -
1
votes1
answer229
viewsQ: Are Xamarin Studio and Monodevelop the same IDE?
Hi, I’m going to start programming in C#, but I don’t want to use Visual Studio, so I searched and found another IDE, Monodevelop, but when I downloaded, for Windows 10, the site said to download…
-
0
votes0
answers377
viewsQ: Python, Selenium and Phantomjs
I’m using Selenium with Python and Phantomjs. I want to click a button from the youtube page, but it always gives an error. Someone can help me?…