Skip to content

issues Search Results · repo:CFMTech/pytest-monitor language:Python

Filter by

0 results
 (63 ms)

0 results

inCFMTech/pytest-monitor (press backspace or delete to remove)

Describe the bug Dear, I ran into an inconsistency in results. Actually, the run-time in terminal s output shows different values than total-time in .pymon. To Reproduce import time import pytest def ...
  • martinsvat
  • Opened 
    on Jan 8
  • #83

Describe the bug When we add --no-monitor to the pytest.ini like so addopts = --no-monitor, pytest.raises, django_assert_num_queries and django_assert_max_num_queries (the latter two are provided by pytest-django) ...
  • Veritogen
  • 2
  • Opened 
    on May 6, 2024
  • #79

Describe the solution you d like We d like to keep track of different pipeline results in a dedicated database. Describe alternatives you ve considered - Implementing a server to collect the pipeline ...
  • Veritogen
  • 1
  • Opened 
    on Dec 18, 2023
  • #77

Is your feature request related to a problem? Please describe. I d like to save the information that is provided by the Bitbucket CI to the database of test runs. Describe the solution you d like pytest-monitor ...
  • Veritogen
  • Opened 
    on Dec 18, 2023
  • #75

We should use black and flake8 tools to leverage code quality. Ideally, all commit must respect that using pre-commit hooks.
  • js-dieu
  • Opened 
    on Jun 25, 2023
  • #72

Remove all support to python =3.7 and pytest =5 Switch to pyproject toml
  • js-dieu
  • Opened 
    on May 8, 2023
  • #67

Describe the bug Monitoring results for failed tests are missing from .pymon. To Reproduce 1. Create some tests: # test.py def test_1(): assert 1 == 1 def test_2(): assert 1 == 2 2. Run ...
  • husmen
  • 9
  • Opened 
    on Apr 18, 2023
  • #65

The python badge in the readme still reports that 3.8 is the most recent support version. image Please add support for all released python version and maybe drop support for older releases (some open-source ...
  • twmr
  • 1
  • Opened 
    on Dec 19, 2022
  • #64

Describe the bug After installing pytest-monitor to plug it inside https://github.com/PyFPDF/fpdf2 a stacktrace was raised when calling pytest To Reproduce Steps to reproduce the behavior: 1. Clone ...
  • Lucas-C
  • 4
  • Opened 
    on Sep 29, 2022
  • #60

After installing pytest-monitor, and running pytest, I get an error: pip install pytest-monitor pytest some test Stack trace: INTERNALERROR Traceback (most recent call last): INTERNALERROR File ...
bug
  • justinxzhao
  • 6
  • Opened 
    on Sep 1, 2022
  • #58
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub