Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/pydict #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Feature/pydict #1

wants to merge 3 commits into from

Conversation

bdegreve
Copy link
Member

experimental wrapper around PyDict. Not sure about the name. Now it is PyDictPtr, but how about PyDictProxy, DictProxy.

I want to clearly distinguish it from PySequence and PyMap which in fact wrap STL containers.

bdegreve added a commit that referenced this pull request May 12, 2024
When running the test suite through CMake (by building RUN_TESTS are
make test), you don't get to see the output of the tests. You just see
something like this:

       Start  1: test_io_arg_parser
  1/82 Test  #1: test_io_arg_parser ................. Passed  0.00 sec
       Start  2: test_io_binary_stream
  2/82 Test  #2: test_io_binary_stream ........... ***Failed  0.00 sec
       Start  3: test_io_file_attributes
  3/82 Test  #3: test_io_file_attributes ............ Passed  0.01 sec

This makes it hard to debug failing unittests on CI builds, where it's
hard to get to the output log files, or to rerun unittests manually.

This flag will print the output of failing tests, for easier debugging.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant