Commit Graph

6 Commits

Author SHA1 Message Date
Vu Cong Tuan 9ba805d4b0 Remove testrepository
This commit is a follow-up of "switch to using stestr"
which was merged already [1].
After switch to using stestr, testrepository is unnecessary
and should be removed.

[1] https://review.openstack.org/578522

Change-Id: I94f4883aa52e5a5623ebd0ce9145951f422ae51a
2018-07-11 18:16:12 +07:00
John L. Villalovos 35adf2c8da Migrate to stestr as unit tests runner
Recent update brought os-testr 1.0.0 that already uses stestr test
runner instead of testrepository. This patch migrates those places
using testrepository to using stestr.

Inspired by the patch of the same name in openstack/ironic

Change-Id: I49bd08a402663bfabe1fea14957435ee071145e7
2017-09-26 09:22:22 -07:00
Julia Kreger 6678a9d9c6 Rework base landing page to contributor docs
Change-Id: I1fea1922376f5dcb1c1efa2da20e33c82ba64d2d
2017-07-19 13:33:02 +00:00
Lucas Alvares Gomes 259e9888eb Add .eggs to the .gitignore file
If you run tox -epep8 an .eggs file will be generated and currently it's
being tracked by the python-lib git repo, which is annoying. This patch
is adding the .eggs to the .gitignore file to avoid it.

Change-Id: I960cd0de3f32b343dd029707881987ef176f4fd9
2017-03-09 11:30:11 +00:00
Zhenguo Niu 122891b43c Ignore .idea folder
Should ignore .idea folder for JetBrains PyCharm users

Change-Id: If953a5d84c8f6402ad4e6263b737d1e45c7e19d2
2016-06-13 17:47:11 +08:00
Jim Rollenhagen c05a3608d1 Copy .gitignore from Ironic
Could get painful without it. :)

Change-Id: Ib387b59ae8d02c4051a02e6286b88b5dad091431
2015-04-01 06:52:21 -07:00