Tag Archives: unittest

A Multi-Layered Test Cake

A recurrent theme in software engineering are the multiple layers (or tiers) into which systems are subdivided. In the ideal case, a given layer only interacts with the immediate layers “above” and “below” it. In practice, that clean separation of … Continue reading

Posted in PostgreSQL, Python, User interfaces | Tagged , , , , , , | 2 Comments

Python Development Tools of the Trade

Last week, Bruce Momjian commented that pgindent is one of the reasons for the clarity of the PostgreSQL source code. Today, Andrew Dunstan remarked on “how cleanly it compiles” and no doubt this is due in great part to the … Continue reading

Posted in PostgreSQL, Python | Tagged , , , , , | 2 Comments