1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-09-28 22:15:23 +08:00
Commit Graph

552 Commits

Author SHA1 Message Date
Joel Bender
2eb860e08a remove flakes 2016-05-07 16:06:10 -04:00
Joel Bender
0d8f237754 convert tests from nose to pytest 2016-05-07 15:53:58 -04:00
Joel Bender
3ed5224238 ready for next release 2016-05-05 23:35:34 -04:00
Joel Bender
1741024050 add the current working directory to the environment error to help when there are import path issues 2016-05-05 21:49:21 -04:00
Joel Bender
19e6ea84f5 no reason why mongotree directory needs to be in the path 2016-05-02 21:53:28 -04:00
Joel Bender
970c47ec8d wrong super() call, typos 2016-05-02 21:38:03 -04:00
Joel Bender
23893cf181 simplify the trapped classes, move bacpypes_debugging to decorator style 2016-05-02 21:33:58 -04:00
Joel Bender
917d138d5a import the trapped classes so bacpypes_debugging gets to work on the content 2016-05-02 21:32:58 -04:00
Joel Bender
73aea89ada upgrade the state machine classes 2016-05-02 21:19:08 -04:00
Joel Bender
e80c1ad05a bring the branch up to date before continuing on #58 2016-04-30 23:30:55 -04:00
Joel Bender
d5c08c8a20 move some project metadata - issue #70 2016-04-30 22:01:03 -04:00
Joel Bender
cd2246c228 finish the conversion from py25 to py27 in #75 by using decorators 2016-04-30 17:07:58 -04:00
Joel Bender
fc6e1e7187 Merge pull request #75 from JoelBender/issue-74
Move from 2.5 to 2.7/3.x syntax for sample code.
2016-04-30 16:58:35 -04:00
Joel Bender
8619522ade check the instance number of objects being added - note this does not apply to the device object 2016-04-29 20:24:52 -04:00
Joel Bender
99cb079492 check the instance number and add a test for it 2016-04-29 20:23:59 -04:00
Christian Tremblay
95baeda3d4 Syntax correction
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
2016-03-13 22:23:59 -04:00
Joel Bender
539c0b47d3 remove flakes 2016-02-27 22:40:30 -05:00
Joel Bender
f016de324f add tests for the extended tag list 2016-02-27 22:39:18 -05:00
Joel Bender
b983e3e2af clean up debugging 2016-02-27 22:22:43 -05:00
Joel Bender
c96ff1e018 move the line parsing function outside the class to make it easier to test 2016-02-27 20:10:25 -05:00
Joel Bender
63fcea1626 extended tag list ready to be put to work 2016-02-27 19:52:20 -05:00
Joel Bender
2380c258fa replace the wildcard import statement 2016-02-27 19:49:44 -05:00
Joel Bender
fa71fea8fd import the tests in the directory to follow the pattern 2016-02-27 19:35:02 -05:00
Joel Bender
fad28f05b9 add some more placeholders for more tests 2016-02-27 19:23:51 -05:00
Joel Bender
6804298aa5 synchronize the py27 changes into py25 and py34, fix the test to match the new exception 2016-02-26 20:55:56 -05:00
Joel Bender
15ab79ffa4 add some reject testing code to the sandbox 2016-02-25 01:10:09 -05:00
Joel Bender
7703588ffc pull in issue-45 2016-02-25 01:08:26 -05:00
Joel Bender
f9bb7153df trap lots of decoding errors and turn them into invalid tags 2016-02-25 00:44:17 -05:00
Joel Bender
e6aa4d76be fine tune exceptions raised during decoding 2016-02-25 00:43:25 -05:00
Joel Bender
47ee484d94 trap reject and abort exceptions and turn them into response PDUs 2016-02-25 00:42:30 -05:00
Joel Bender
e6dc749ab9 add more parameter checking to Who-Is execution 2016-02-25 00:41:06 -05:00
Joel Bender
55418c0ef6 make sure all the tags have been consumed or reject it 2016-02-25 00:39:31 -05:00
Joel Bender
da1336bc59 merging in the latest stage before continuing with this issue 2016-02-21 14:59:43 -05:00
Joel Bender
1993f4e0ba closed issue #66 merged to stage for next release 2016-02-21 14:38:19 -05:00
Joel Bender
48342e0bec closes #66 2016-02-21 14:36:05 -05:00
Joel Bender
ef81ce6887 bump for the next release 2016-02-19 23:52:03 -05:00
Joel Bender
aee6c9736e wrong class in debugging statement 2016-02-13 16:15:00 -05:00
Joel Bender
9584df61df additional sample application from samples branch 2016-02-10 16:27:05 -05:00
Joel Bender
749b934f4e identical to the regular sample, this one registers as a foreign device 2016-02-10 13:55:35 -05:00
Joel Bender
ffa8725b67 bring the branch up to date before continuing on #58 2016-02-04 21:27:30 -05:00
Joel Bender
e2b4d9009e platform doesn't contain the major version since Python 3.3 2016-02-04 14:53:19 -05:00
Joel Bender
b13d65bbf2 simplify the platform check and add a warning 2016-02-04 14:48:35 -05:00
Joel Bender
f496a8b5ef merge in the current samples branch before splitting off a new issue branch 2016-02-04 13:57:05 -05:00
Joel Bender
ccdd0aabbb sample that puts up a prompt as a starting point for other apps 2016-02-02 14:52:07 -05:00
Joel Bender
5c13bdd658 resolve name collisions, active COV subscriptions implementation in device 2016-01-31 01:45:26 -05:00
Joel Bender
f22f345a1d minor debugging 2016-01-31 01:43:21 -05:00
Joel Bender
8e1e2b2cd6 bind the device object to this application 2016-01-31 01:41:56 -05:00
Joel Bender
a9c7c83a98 make application a little more generic by testing more than one object at a time, be more flexible with set/write commands and the values they accept 2016-01-30 16:31:24 -05:00
Joel Bender
04a77cbd96 sync the changes from py27 to the others 2016-01-30 14:05:33 -05:00
Joel Bender
c11dec9ca5 defer the call to stop because it may be called before run, depending on threading 2016-01-29 15:29:30 -05:00