farooqind
farooqind
@nedbat what exactly you require? I am using this in build.py : use_plugin('pypi:pybuilder_pytest_coverage') Python version is 3.6.4 on windows Pybuilder version : 0.12.6
I am using client's code so that cannot be shared. I have installed python, pybuilder on local machine (windows). This is **pytest version 5.4.1**, imported from c:\users\XXX\appdata\local\programs\python\python36\lib\site-packages\pytest\__init__.py setuptools registered plugins:...
So I tried on 1. Linux, Python version 3.6.9 => It works 2. Windows, Python version 3.6.8 => It works 3. Windows, Python version 3.6.4 => It gives error mentioned...
You can just create a simple python project and a pytest file. Use python version 3.6.4 and run the build with pybuilder including pytest and coverage. Even if I create...
I will create project in github and share with you. Hope that helps. > On 30-Apr-2020, at 9:34 PM, Ned Batchelder wrote: > > Reopened #404. > > — >...
@nedbat I have shared a repo with you with sample project.
I installed only python and pybuilder. Pytest and pytest-cov is intalled automatically during build. Command to run: “pyb_ —debug” Could you please see if you are getting error? If yes...
Which version of python you are using and also which platform? > On 08-May-2020, at 12:25 AM, Murtaza Mithaiwala wrote: > > I am also facing this problem: > coverage...
@nedbat I am facing same issue on Windows, Python 3.6.4. .pybuilder\plugins\cpython-3.6.0.final.0\lib\site-packages\coverage\sqldata.py", line 1048, in execute INTERNALERROR> return self.con.execute(sql, parameters) INTERNALERROR> **sqlite3.OperationalError: Safety level may not be changed inside a transaction**...
@arcivanov @jerger copy_resource is not sufficient if we have to copy the whole directory structure of "resources" along with its contents. Is there any way to do it?