Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Started topic on writing persistent objects
Browse files Browse the repository at this point in the history
Still more work to do.

Added machinery to make the documentation testable.
  • Loading branch information
Jim Fulton committed Aug 23, 2016
1 parent 2cf6eab commit 2cb2985
Show file tree
Hide file tree
Showing 4 changed files with 530 additions and 8 deletions.
13 changes: 5 additions & 8 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
[buildout]
develop =
develop = .
parts =
stxpy
test

versions = versions
unzip = true
eggs =

[versions]
zc.buildout =
zc.recipe.egg =
[test]
recipe = zc.recipe.testrunner
eggs = zodbdocumentationtests

[stxpy]
recipe = zc.recipe.egg
Expand Down
Loading

0 comments on commit 2cb2985

Please sign in to comment.