summaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Collapse)Author
2015-10-01keep tests simple by always adding attic dependsAntoine Beaupré
note that we do not depend on attic to build borg, just to do those tests. if attic goes away, we could eventually do this another way or just stop testing this altogether.
2015-10-01add attic dependency for build as a separate factorAntoine Beaupré
this way we don't depend on attic for regular build, but we can still see proper test coverage
2015-09-16more platform support, works on py 3.5Thomas Waldmann
xattrs and ACLs on OpenBSD and NetBSD need development or adaptation of the platform-specific code.
2015-08-08fix test coverage / codecov.io, use xcode6.4Thomas Waldmann
2015-08-06deduplicate and refactor the docsThomas Waldmann
README.rst (shown on github and also at the start of the html docs) shall be like an elevator speech - convince readers in a very short time. this is most important, everything else can come after we got the reader's interest. include README into docs to avoid duplication. also include CHANGES into docs. add developer docs, move examples from tox.ini there add separate support docs remove glossary, most of what was there can be understood by an admin from context move attic and compatibility note to the end
2015-07-25add development.txt and modify tox.iniRoberto Polli
2015-07-13improved tox configuration, documented there how to invoke itThomas Waldmann
the usage of some py.test features in the previous locking changesets somehow broke the test environment. it seems to help to point py.test to some specific package or module (and not just invoke "py.test" without arguments).
2015-07-12remove usage of evil / broken unittest.mock, use mock from pypiThomas Waldmann
see testsuite.mock docstring for more details. one test shows brokenness right now that was hidden / silent until now.
2015-05-22use py.test for testing, document itThomas Waldmann
locally (via tox) and also on travis ci.
2015-05-22tox >= 2.0 needs passenv in tox.ini, so that fakeroot can workThomas Waldmann
tox 2.x does not inherit environment vars by default.
2015-05-22fix all references to package nameThomas Waldmann
use relative imports if possible reorder imports (1. stdlib 2. dependencies 3. borg 4. borg.testsuite)
2014-05-03Add python 3.4 to the tox environment listJonas Borgström
2014-03-10tox: Make sure mock is installed in the py32 envJonas Borgström
2013-07-09Project renameJonas Borgström
2013-07-05Inline comments not supported in tox.iniJonas Borgström
2013-06-27More xattr code cleanupJonas Borgström
2013-06-26Add py3.2 compatible unhexlify to helpers.pyJonas Borgström
2013-06-25Various sphinx related fixesJonas Borgström
2013-06-25Test case refactoringJonas Borgström
2013-06-24Packaging improvementsJonas Borgström