Commit Graph

10 Commits

Author SHA1 Message Date
Illia Volochii
a7f190e374 Add the mypy cache folder to .gitignore 2020-05-18 13:48:52 -07:00
Illia Volochii
00b7998eaa Add a PyCharm folder to .gitignore 2020-05-17 16:59:45 -07:00
cypherpunks
8034b4067e Ignore git mergetool backup files 2016-11-04 09:39:12 -07:00
Chelsea H. Komlo
c3b7f25884 fix for .swo file expected in installation 2016-11-03 09:57:22 -07:00
Damian Johnson
fdcc616a96 Delete stem.egg-info after running tox
Added a gitignore for the autogenerated .tox directory, but stem.egg-info I'm
less tolerant of since it isn't a hidden directory. Iirc it's not terribly
important so cleaning it up after our run.
2015-02-01 14:36:16 -08:00
Damian Johnson
8b3e9ed828 Table providing desctriptor_type to class mappings 2013-01-18 00:34:40 -08:00
Damian Johnson
58566d6b2e Generating sphinx docs for all stem modules
Using the sphinx-apidoc command to generate documentation for all stem modules.
I'm doing this via the make file to simplify the documentation creation process
(you still just need to run 'make html'). Also removing the windows make.bat
file since I'm not gonna be keeping it up to date. We can resurrect it if
someone volunteers to maintain it.
2012-06-02 18:55:25 -07:00
Damian Johnson
ff5257f2e8 Ignoring sphinx build output
Build artifacts from sphinx are placed in 'docs/_build/*', so having git ignore
it.
2012-05-31 10:01:30 -07:00
Damian Johnson
fbfa73a099 Rewrite of integration test runner
Several imporvements for the integration tests, most notably including...
- Test configurability via a 'test/settings.cfg' file

- Thread safety for runner usage

- Vastly better startup time for how integration tests run by default...
  - Reusing data directory so we don't need to request as much from authorities
    when starting (faster startup and less burden on them). Users can opt for a
    fresh temporary directory instead by setting 'test.integ.test_directory' to
    a blank value.

  - Starting tests when bootstraping reaches 5%. This is enough for tests that
    don't require network activity to run, and we can explicitly run those
    tests by setting the 'test.integ.run.online' option. This change also means
    that we can now run integration tests while offline.
2011-10-26 20:13:34 -07:00
Damian Johnson
88921da126 Adding gitignore for pyc and vim swap files 2011-10-08 16:15:48 -07:00