1
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 18, 2025 — Jun 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds test for checking null return type when retrieving invalid keys More... almost 4 years ago
Adds and implements a test for getting values from the DictType More... almost 4 years ago
Adds and implements test for setting values in a DictType More... almost 4 years ago
Adds and implements test checking that dict type is an instance of a PyType More... almost 4 years ago
Removes extraneous include More... almost 4 years ago
Adds setup fixture for dict type tests More... almost 4 years ago
Updates existing tests to use type enum More... almost 4 years ago
Adds enum class to represent types. Replaces current string returnTypes with enum values More... almost 4 years ago
Merge branch 'integrating-ci' into 'main' More... almost 4 years ago
Makes IntType::getReturnType constant, removes commented lines from CMakeLists.txt More... almost 4 years ago
Deletes extraneous files More... almost 4 years ago
Adds runner tags More... almost 4 years ago
Adds before script to install project dependencies in the runner More... almost 4 years ago
Reinstates and fixes previously removed failing test. More... almost 4 years ago
Removes problematic tests More... almost 4 years ago
Temporarily removes python-tests from the testing structure More... almost 4 years ago
Small changes to the files to help the building process run a bit faster More... almost 4 years ago
Merge branch 'redone_with_tdd' into 'main' More... almost 4 years ago
implement BF-1, BF-2, and write C++ style guide More... almost 4 years ago
Adds and implements tests for overloading the << operator More... almost 4 years ago
Updates the readme to include instructions for using the test_script More... almost 4 years ago
Adds and implements test for creating an IntType from a PyObject More... almost 4 years ago
Adds and implements a test for getPyObject in the IntType class More... almost 4 years ago
Removes test for getValue() and replaces them with cast. Implements cast() method for IntType More... almost 4 years ago
Adds and implements test for getting the string identifier of an int More... almost 4 years ago
Adds and implements tests for ensuring that IntType returns the correct value More... almost 4 years ago
Adds test for return type with IntType class More... almost 4 years ago
Restructuring of codebase in preparation for clases. Adds and implements first test for the PyType class. Adds script to run tests More... almost 4 years ago
Implements most functions for the PyTypes tests More... almost 4 years ago
Implements PyTuple and passes tests. Modifies tests to be correct More... almost 4 years ago