a-hurst / klibs

A simple Python framework for writing cognitive psychology experiments
7 stars 1 forks source link

KLDatabase Improvements & Refactoring #23

Closed a-hurst closed 1 year ago

a-hurst commented 1 year ago

PR Description

This PR contains some general cleanup of the KLDatabase module as well as some new methods and tests.

The key functional changes:

In addition, the DatabaseManager class has been refactored to be less messy and more Pythonic, which was necessary in order to unit test its methods (a number of which are now unit-tested properly)

Merge Checklist